import { FC } from 'react'; import { InputProps } from '../input'; export declare const PasswordInput: FC; export default PasswordInput;