import { FC } from 'react'; import { SearchBoxProps } from '../Input.types'; export declare const SearchBox: FC;