/// import { TextFieldProps } from "./types_d"; export declare function SearchField({ onChange, value, ...rest }: TextFieldProps): JSX.Element; //# sourceMappingURL=SearchField.d.ts.map