declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: __VLS_WithSlots; default: string; }; toggle: { type: BooleanConstructor; default: boolean; }; multiple: { type: BooleanConstructor; default: boolean; }; modelValue: { type: PropType; default: undefined; }; unselectable: { type: BooleanConstructor; default: boolean; }; disabled: { type: BooleanConstructor; default: boolean; }; modifiers: { type: PropType; default: undefined; }; }>, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly; default: string; }; toggle: { type: BooleanConstructor; default: boolean; }; multiple: { type: BooleanConstructor; default: boolean; }; modelValue: { type: PropType; default: undefined; }; unselectable: { type: BooleanConstructor; default: boolean; }; disabled: { type: BooleanConstructor; default: boolean; }; modifiers: { type: PropType; default: undefined; }; }>> & Readonly<{}>, { modelValue: string | number | boolean | (string | number | boolean)[] | undefined; toggle: boolean; modifiers: string | string[]; disabled: boolean; itemModifiers: string | string[]; unselectable: boolean; multiple: boolean; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>, { legend?: (props: {}) => any; } & { default?: (props: {}) => any; }>; type __VLS_WithSlots = T & { new (): { $slots: S; }; };