import { FunctionComponent } from 'react'; /** * The password field. */ declare const Password: FunctionComponent; export default Password;