import * as React from "react";
import { QuestionCommentWithResetModel, QuestionTextWithResetModel } from "survey-creator-core";
import { SurveyQuestionElementBase } from "survey-react-ui";
export declare class SurveyQuestionTextWithReset extends SurveyQuestionElementBase {
    protected get question(): QuestionTextWithResetModel | QuestionCommentWithResetModel;
    protected renderElement(): React.JSX.Element;
    protected renderInput(): React.JSX.Element;
    protected renderResetButton(): React.JSX.Element;
}
