import { ElementRef } from "@angular/core";
import { Question } from "survey-core";
import { EmbeddedViewContentComponent } from "./embedded-view-content.component";
import * as i0 from "@angular/core";
export declare class QuestionComponent extends EmbeddedViewContentComponent {
    model: Question;
    css: any;
    survey: any;
    rootEl?: ElementRef<HTMLDivElement>;
    protected getModel(): Question;
    get singleQuestion(): Question;
    ngAfterViewInit(): void;
    ngOnDestroy(): void;
    getComponentName(): string;
    getQuestionContentWrapperComponentName(): string;
    getQuestionContentWrapperComponentData(): any;
    static ɵfac: i0.ɵɵFactoryDeclaration<QuestionComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<QuestionComponent, "sv-ng-question", never, { "model": "model"; "css": "css"; "survey": "survey"; }, {}, never, never>;
}
