declare const RegForm: { (props: any): JSX.Element; defaultProps: { visible: boolean; defaultTabValue: string; }; }; export default RegForm; export declare const RegisterAccountContent: (props: any) => JSX.Element;