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