import type { OpenIdConfiguration } from "../config/openid-configuration";
export declare class IFrameService {
    private readonly document;
    private readonly loggerService;
    getExistingIFrame(identifier: string): HTMLIFrameElement | null;
    addIFrameToWindowBody(identifier: string, config: OpenIdConfiguration): HTMLIFrameElement;
    private getIFrameFromParentWindow;
    private getIFrameFromWindow;
    private isIFrameElement;
}
//# sourceMappingURL=existing-iframe.service.d.ts.map