import { type CheckboxGroupProps, type CheckboxGroupSlots } from './common'; type __VLS_Slots = CheckboxGroupSlots; declare const __VLS_base: import("vue").DefineComponent any; click: (event: MouseEvent) => any; "update:modelValue": (value: any[]) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onChange?: ((value: any[]) => any) | undefined; onClick?: ((event: MouseEvent) => any) | undefined; "onUpdate:modelValue"?: ((value: any[]) => any) | undefined; }>, { options: import("./common").CheckboxGroupOption[]; readonly: boolean; size: string; direction: "horizontal" | "vertical"; type: import("./common").IconType; disabled: boolean; modelValue: any[]; optionKeys: import("../../use").OptionKeys; validateEvent: boolean; checkedColor: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };