/// type Props = { className?: string; }; declare function Search({ className }: Props): JSX.Element; export default Search;