import { DomNode } from '@Src/main/utils/domNode'; import NEOneLoginIframe from '@Src/main/iframe'; declare class Drawer extends DomNode { private readonly iframe; private container; private innerIframe?; private content; private header; private headerTitle; private closeButton; private backButton; constructor(container: HTMLElement, iframe: NEOneLoginIframe); private bindEvent; show(url: string, title: string): void; hide(): void; private updateTitle; private loadIframe; removeAllEventListener(): void; } export default Drawer;