declare function __VLS_template(): { attrs: Partial<{}>; slots: { checkbox?(_: { checked: boolean; disabled: boolean; }): any; default?(_: {}): any; }; refs: {}; rootEl: HTMLLabelElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent>; }; defaultChecked: { type: BooleanConstructor; default: boolean; }; disabled: { type: BooleanConstructor; default: boolean; }; indeterminate: { type: BooleanConstructor; default: boolean; }; inputId: { type: StringConstructor; }; }>, { /** is checked */ checked: import('vue').ComputedRef; }, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { change: (val: (string | number)[], ev: Event) => any; "update:modelValue": (val: (string | number)[]) => any; }, string, import('vue').PublicProps, Readonly>; }; defaultChecked: { type: BooleanConstructor; default: boolean; }; disabled: { type: BooleanConstructor; default: boolean; }; indeterminate: { type: BooleanConstructor; default: boolean; }; inputId: { type: StringConstructor; }; }>> & Readonly<{ onChange?: ((val: (string | number)[], ev: Event) => any) | undefined; "onUpdate:modelValue"?: ((val: (string | number)[]) => any) | undefined; }>, { disabled: boolean; indeterminate: boolean; defaultChecked: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, HTMLLabelElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };