export declare const Login: React.FC<{ login: (token: string) => Promise; anonymousLogin?: () => Promise; host: string; }>;