import type { XyOptionValue } from "../core"; import type { XyCheckboxGroupProps, XyCheckboxOption } from "./types"; declare function selectAll(): void; declare function clear(): void; declare function toggleAll(): void; declare var __VLS_7: { checked: boolean; option: XyCheckboxOption; }, __VLS_9: {}; type __VLS_Slots = {} & { option?: (props: typeof __VLS_7) => any; } & { default?: (props: typeof __VLS_9) => any; }; declare const __VLS_base: import("vue").DefineComponent; clear: typeof clear; indeterminate: import("vue").ComputedRef; selectAll: typeof selectAll; toggleAll: typeof toggleAll; values: import("vue").ComputedRef; }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { change: (value: XyOptionValue[]) => any; "update:modelValue": (value: XyOptionValue[]) => any; }, string, import("vue").PublicProps, Readonly & Readonly<{ onChange?: ((value: XyOptionValue[]) => any) | undefined; "onUpdate:modelValue"?: ((value: XyOptionValue[]) => any) | undefined; }>, { direction: "horizontal" | "vertical"; options: import("./types").XyCheckboxOptionInput[]; defaultValue: XyOptionValue[]; }, {}, {}, {}, 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; }; };