import * as React from 'react'; import { Component } from 'react'; import { ISearchInputPropertySet } from './ISearchInputPropertySet'; import Element = React.JSX.Element; export declare class SearchInput extends Component { constructor(props: ISearchInputPropertySet); render(): Element; }