import React from 'react'; import { TextFieldProps } from '../TextField'; import { Styles } from './SearchField.style'; export declare type SearchFieldProps = Styles & Pick; declare const _default: React.ComponentType, "margin" | "size" | "className" | "placeholder" | "children" | "onChange" | "onKeyDown" | "fullWidth" | "autoFocus" | "value" | "autoComplete" | "isClearable"> & import("@material-ui/core/styles/withStyles").StyledComponentProps<"root">>; export default _default; //# sourceMappingURL=SearchField.d.ts.map