import { FunctionComponent } from 'react';
export interface SearchProps {
    handleSearch: () => void;
}
export declare const Search: FunctionComponent<SearchProps>;
//# sourceMappingURL=Search.d.ts.map