import { AbsQuestion } from "../AbsQuestion"; import { QuestionType } from "../QuestionType"; export declare class TextQuestion extends AbsQuestion { type: QuestionType; }