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