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