import * as React from 'react'; import { InputProps } from './input'; declare const Password: React.FC; export default Password;