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; protected getModel(): Question; get singleQuestion(): Question; ngAfterViewInit(): void; ngOnDestroy(): void; getComponentName(): string; getQuestionContentWrapperComponentName(): string; getQuestionContentWrapperComponentData(): any; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }