/// import { ISearchBoxProps } from './SearchBox.types'; export declare const SearchBox: (props: ISearchBoxProps) => JSX.Element;