import { LoginWindowParams } from "./login.base"; export declare function initLoginDialog(iframe: any, options?: LoginWindowParams): Promise<{}>;