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