export declare const POLYBASE_AUTH_CSS_PREFIX = "polybase-auth-"; export declare const POLYBASE_AUTH_MODAL_ID = "polybase-auth-modal"; export declare const POLYBASE_AUTH_MODAL_IFRAME_ID: string; export declare const POLYBASE_DEFAULT_IFRAME_URL = "https://auth.testnet.polybase.xyz"; export declare class Modal { id: string; iframe: HTMLIFrameElement; modal: HTMLDivElement; constructor(id: string, src?: string); show: (url?: string) => void; hide: () => void; } export declare function createModal(modal: HTMLDivElement, iframe: HTMLIFrameElement, url?: string): HTMLDivElement; //# sourceMappingURL=Modal.d.ts.map