declare const RegisterByEmailForm: { (props: any): JSX.Element; defaultProps: { isShowGoLogin: boolean; }; }; export default RegisterByEmailForm;