import { FunctionComponent } from 'react'; /** * The reset password switch. */ declare const PasswordReset: FunctionComponent; export default PasswordReset;