import type { SearchProps } from './search'; export declare function Search(props: SearchProps): JSX.Element; export default Search;