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