import React from 'react'; import { SearchProps } from '../../types'; declare const Search: (props: SearchProps) => React.ReactElement; export default Search;