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