import React from 'react'; import { IPasswordInput } from './types'; export declare const PasswordInput: React.FC;