const PasswordConfirmWithTheme: React.ComponentType<PasswordConfirmFormProps & InjectedFormProps<PasswordConfirmFormValues, PasswordConfirmFormProps>> =
    withTheme()(PasswordConfirmFormBase);