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<SurveyCommentChoiceComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<SurveyCommentChoiceComponent, "sv-ng-comment-choice, '[sv-ng-comment-choice]'", never, { "question": "question"; "item": "item"; }, {}, never, never>;
}
