import { EmbeddedViewContentComponent } from "survey-angular-ui"; import { Question, SurveyModel } from "survey-core"; import * as i0 from "@angular/core"; export declare class QuestionEditorComponent extends EmbeddedViewContentComponent { survey: SurveyModel; style: any; get question(): Question; protected get elementComponentName(): string; get componentName(): string; get componentData(): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }