import type { CheckboxGroupProps, CheckboxValueType } from './checkbox'; declare var __VLS_6: {}; type __VLS_Slots = {} & { default?: (props: typeof __VLS_6) => any; }; declare const __VLS_component: import("vue").DefineComponent any; "update:modelValue": (value: CheckboxValueType[]) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onChange?: ((value: CheckboxValueType[]) => any) | undefined; "onUpdate:modelValue"?: ((value: CheckboxValueType[]) => any) | undefined; }>, { disabled: boolean; tag: string | import("vue").Component; modelValue: CheckboxValueType[]; validateEvent: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };