import { ChangeDetectorRef, OnChanges, SimpleChanges } from "@angular/core"; import { PopupSurveyModel, SurveyModel } from "survey-core"; import { BaseAngular } from "./base-angular"; import * as i0 from "@angular/core"; export declare class PopupSurveyComponent extends BaseAngular implements OnChanges { model: SurveyModel; isExpanded?: boolean; allowClose?: boolean; closeOnCompleteTimeout?: number; allowFullScreen?: boolean; onClose?: () => void; popup: PopupSurveyModel; constructor(changeDetectorRef: ChangeDetectorRef); protected getModel(): PopupSurveyModel; protected getShouldReattachChangeDetector(): boolean; getHeaderCss(): string; closeHandler(): void; ngOnChanges(changes: SimpleChanges): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }