import { ChangeDetectorRef, ElementRef, ViewContainerRef } from "@angular/core"; import { BaseAngular } from "../../base-angular"; import { PopupBaseViewModel, PopupModel } from "survey-core"; import * as i0 from "@angular/core"; export declare class PopupComponent extends BaseAngular { popupModel: PopupModel; containerRef: ElementRef; model: PopupBaseViewModel; protected getModel(): PopupModel; constructor(viewContainerRef: ViewContainerRef, changeDetectorRef: ChangeDetectorRef); protected onModelChanged(): void; private setContainerElement; ngAfterViewInit(): void; ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }