const SignupWithTheme: React.ComponentType<SignupFormProps & InjectedFormProps<SignupFormValues, SignupFormProps>> =
    withTheme()(SignupFormBase);