import { SFC } from 'react'; interface SearchProps { onSearch: (value: string) => void; } export declare const Search: SFC; export {};