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 { container: ElementRef; get survey(): import("survey-core").Model; ngAfterViewInit(): void; protected onModelChanged(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }