export declare type TSearchField = { onChange: (value: string) => void; }; export declare const SearchField: import("refun").TComponent;