import { ElementRef } from "@angular/core";
import { QuestionAngular } from "survey-angular-ui";
import { QuestionEmbeddedSurveyModel } from "survey-creator-core";
import * as i0 from "@angular/core";
export declare class EmbeddedSurveyQuestionComponent extends QuestionAngular<QuestionEmbeddedSurveyModel> {
    container: ElementRef<HTMLDivElement>;
    get survey(): import("survey-core").Model;
    ngAfterViewInit(): void;
    protected onModelChanged(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<EmbeddedSurveyQuestionComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<EmbeddedSurveyQuestionComponent, "svc-embeddedsurvey-question", never, {}, {}, never, never>;
}
