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<QuestionEditorComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<QuestionEditorComponent, "svc-question-editor-content", never, { "survey": "survey"; "style": "style"; }, {}, never, never>;
}
