import { CheckboxCardProps } from "./types.js"; //#region src/components/checkbox/checkbox-card.vue.d.ts declare var __VLS_11: {}, __VLS_13: {}; type __VLS_Slots = {} & { description?: (props: typeof __VLS_11) => any; } & { default?: (props: typeof __VLS_13) => any; }; declare const __VLS_base: import("vue").DefineComponent any; }, string, import("vue").PublicProps, Readonly & Readonly<{ "onUpdate:modelValue"?: ((value: import("@soybeanjs/headless").CheckedState | null) => any) | undefined; }>, { modelValue: import("@soybeanjs/headless").CheckedState | null; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; declare const __VLS_export: __VLS_WithSlots; declare const _default: typeof __VLS_export; type __VLS_WithSlots = T & { new (): { $slots: S; }; }; //#endregion export { _default };