import { Question, TextAreaModel } from "survey-core";
import * as i0 from "@angular/core";
export declare class SurveyCommentOtherComponent {
    question: Question;
    constructor();
    get otherValue(): string;
    get textAreaModel(): TextAreaModel;
    static ɵfac: i0.ɵɵFactoryDeclaration<SurveyCommentOtherComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<SurveyCommentOtherComponent, "sv-ng-comment-other, '[sv-ng-comment-other]'", never, { "question": "question"; }, {}, never, never>;
}
