import { ElementRef, EventEmitter, OnDestroy, Renderer2 } from '@angular/core'; import * as i0 from "@angular/core"; export declare class PopoutWindowComponent implements OnDestroy { private renderer2; private elementRef; private innerWrapper; windowWidth: number; windowHeight: number; windowLeft: number; windowTop: number; windowTitle: string; windowStyle: string; windowStyleUrl: string; suppressCloneStyles: boolean; get isPoppedOut(): boolean; closed: EventEmitter; private popoutWindow; private isOut; private observer; private beforeunloadHandler; constructor(renderer2: Renderer2, elementRef: ElementRef); ngOnDestroy(): void; private close; popIn(): void; popOut(): void; private observeStyleChanges; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }