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