import { ItemValue, Question, TextAreaModel } from "survey-core"; import * as i0 from "@angular/core"; export declare class SurveyCommentChoiceComponent { question: Question; item: ItemValue; constructor(); get commentValue(): string; get textAreaModel(): TextAreaModel; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }