///
import { TextFieldProps as MuiTextFieldProps } from '@mui/material';
type TextFieldProps = Omit & {
debounceMs?: number;
onChange?: (value: string) => void;
};
export declare const TextField: import("react").ForwardRefExoticComponent & import("react").RefAttributes>;
export {};
//# sourceMappingURL=TextField.d.ts.map