import React from 'react'; import { type TextInput } from 'react-native'; import { PasswordInputProps } from './types'; export declare const PasswordInput: React.ForwardRefExoticComponent>;