import * as React from 'react'; import { ISearchBoxProps } from './SearchBox.types'; export declare const SearchBox: React.FunctionComponent;