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