import React from 'react'; import { SearchPropsType } from './types'; export declare const Search: React.FC; export default Search;