import React from 'react';
import { IInputPassword } from './types/inputPassword';
declare const InputPassword: <V extends string | unknown>(props: IInputPassword<V> & React.RefAttributes<HTMLInputElement | undefined>) => JSX.Element;
export { InputPassword };
