import type { QuestionBooleanModel } from "survey-core";
export interface IBooleanProps {
    question: QuestionBooleanModel;
}
