import React from 'react'; import { TextInputProps } from 'react-native-paper'; /** * Component that renders textfield with a visibility toggle. The toggle changes the * input from hidden to visible. * * @param {TextInputProps} props - all props will be passed to the underlying TextField component * * @category Component */ export declare const PasswordTextField: React.FC;