import { ViewContainerRef } from '@angular/core'; import { LanguageService } from '@ts-core/frontend/language'; import { WindowQuestionBaseComponent } from '../WindowQuestionBaseComponent'; export declare class QuestionComponent extends WindowQuestionBaseComponent { protected language: LanguageService; text: string; constructor(container: ViewContainerRef, language: LanguageService); protected commitConfigProperties(): void; }