import React from 'react'; import type { LoginDialogProps } from '../types/auth'; import type { Web2Config, Web2AuthResult } from '../types/auth'; export declare const LoginDialog: React.FC Promise; }>;