Repository URL to install this package:
import React from 'react'; declare class SignUpFormView extends React.PureComponent { render(): JSX.Element; } export { SignUpFormView }; export default SignUpFormView;