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