/** Component for boolean model manipulation */ declare const _default: __VLS_WithTemplateSlots any; }, string, import('vue').PublicProps, Readonly<{ /** * The current boolean value of the checkbox. */ modelValue: boolean; /** * If `true`, the checkbox is disabled and cannot be interacted with. */ disabled?: boolean; /** * If `true`, the checkbox is indeterminate (doesn't affect the model value). */ indeterminate?: boolean; }> & Readonly<{ "onUpdate:modelValue"?: ((value: boolean) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, { default?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; }; //# sourceMappingURL=PlCheckbox.vue.d.ts.map