import createCache from '@emotion/cache'; declare class SingletonIframeManager { private zIndex; private pointerEvents; private persistentIframe; iframeEmotionCache: ReturnType | null; iframeLoadPromise: Promise | null; private iframeLoadResolver; private removeGlobalTransformSync; private referenceCount; constructor(zIndex: number, pointerEvents: string); private create; acquire(): Promise<{ iframe: HTMLIFrameElement; emotionCache: NonNullable>; }>; release(): void; } export declare const modalIframeManager: SingletonIframeManager; export declare const toastIframeManager: SingletonIframeManager; export {};