import React from 'react'; import { FormControlProps } from '../FormControl/FormControl'; import { TextInputProps } from '../private/TextInput/TextInput'; import { TextInput as RNTextInput } from 'react-native'; export type TextFieldProps = Omit & Omit; export declare const TextField: React.ForwardRefExoticComponent & Omit & React.RefAttributes>; //# sourceMappingURL=TextField.d.ts.map