import { PropType } from "vue"; import type { CheckBoxGroupProps, CheckBoxGroupValue } from "./types"; export type { CheckBoxGroupProps }; declare const _default: import("vue").DefineComponent; default: () => never[]; }; single: { type: BooleanConstructor; default: boolean; }; vertical: { type: BooleanConstructor; default: boolean; }; }>, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "on-change")[], "update:modelValue" | "on-change", import("vue").PublicProps, Readonly; default: () => never[]; }; single: { type: BooleanConstructor; default: boolean; }; vertical: { type: BooleanConstructor; default: boolean; }; }>> & Readonly<{ "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; "onOn-change"?: ((...args: any[]) => any) | undefined; }>, { modelValue: CheckBoxGroupValue; vertical: boolean; single: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>; export default _default; //# sourceMappingURL=checkbox-group.d.ts.map