import { Type, ComponentFactoryResolver, OnDestroy, ComponentRef, AfterViewInit, ChangeDetectorRef, Renderer2, NgZone, ElementRef } from '@angular/core'; import { AnimationEvent } from '@angular/animations'; import { DynamicDialogContent } from './dynamicdialogcontent'; import { DynamicDialogConfig } from './dynamicdialog-config'; import { DynamicDialogRef } from './dynamicdialog-ref'; import { PrimeNGConfig } from 'primeng/api'; import * as i0 from "@angular/core"; import * as i1 from "./dynamicdialogcontent"; import * as i2 from "@angular/common"; export declare class DynamicDialogComponent implements AfterViewInit, OnDestroy { private componentFactoryResolver; private cd; renderer: Renderer2; config: DynamicDialogConfig; private dialogRef; zone: NgZone; primeNGConfig: PrimeNGConfig; visible: boolean; componentRef: ComponentRef; mask: HTMLDivElement; insertionPoint: DynamicDialogContent; maskViewChild: ElementRef; childComponentType: Type; container: HTMLDivElement; wrapper: HTMLElement; documentKeydownListener: any; documentEscapeListener: Function; maskClickListener: Function; transformOptions: string; constructor(componentFactoryResolver: ComponentFactoryResolver, cd: ChangeDetectorRef, renderer: Renderer2, config: DynamicDialogConfig, dialogRef: DynamicDialogRef, zone: NgZone, primeNGConfig: PrimeNGConfig); ngAfterViewInit(): void; loadChildComponent(componentType: Type): void; moveOnTop(): void; onAnimationStart(event: AnimationEvent): void; onAnimationEnd(event: AnimationEvent): void; onContainerDestroy(): void; close(): void; hide(): void; enableModality(): void; disableModality(): void; onKeydown(event: KeyboardEvent): void; focus(): void; bindGlobalListeners(): void; unbindGlobalListeners(): void; bindDocumentKeydownListener(): void; unbindDocumentKeydownListener(): void; bindDocumentEscapeListener(): void; unbindDocumentEscapeListener(): void; unbindMaskClickListener(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export declare class DynamicDialogModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }