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<PopupSurveyModel> 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<PopupSurveyComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<PopupSurveyComponent, "popup-survey", never, { "model": "model"; "isExpanded": "isExpanded"; "allowClose": "allowClose"; "closeOnCompleteTimeout": "closeOnCompleteTimeout"; "allowFullScreen": "allowFullScreen"; "onClose": "onClose"; }, {}, never, never>;
}
