declare const _default: import("vue").DefineComponent<{ question: { type: ObjectConstructor; default: () => void; }; validData: { type: ObjectConstructor; default: () => void; }; isCps: { type: BooleanConstructor; default: boolean; }; isCheck: { type: BooleanConstructor; default: boolean; }; brandColor: { type: StringConstructor; default: string; }; visibleSubQuestionMap: { type: ObjectConstructor; default: () => {}; }; }, {}, { answersListData: {}; userAnswer: any[]; }, { questionType(): number; }, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, Readonly void; }; validData: { type: ObjectConstructor; default: () => void; }; isCps: { type: BooleanConstructor; default: boolean; }; isCheck: { type: BooleanConstructor; default: boolean; }; brandColor: { type: StringConstructor; default: string; }; visibleSubQuestionMap: { type: ObjectConstructor; default: () => {}; }; }>>, { brandColor: string; isCps: boolean; isCheck: boolean; question: Record; validData: Record; visibleSubQuestionMap: Record; }>; export default _default;