import React from 'react'; import { InputPasswordProps } from './type'; declare const Password: React.FC; export default Password;