/// import { TextInputProps } from '../TextInput/TextInput'; /** @deprecated Use `TextInputProps` */ export declare type TextFieldProps = TextInputProps; /** @deprecated Use `TextInput` */ export declare const TextField: import("react").ForwardRefExoticComponent>; //# sourceMappingURL=TextField.d.ts.map