/** * Scalar Listbox Checkbox component * * A visual checkbox indicator used within listbox and combobox items * to show selection state. Renders as a circle for single-select * or a rounded square for multi-select. * * @example * */ declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: import("vue").DefineComponent<{ selected?: boolean; multiselect?: boolean; }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{ selected?: boolean; multiselect?: boolean; }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; //# sourceMappingURL=ScalarListboxCheckbox.vue.d.ts.map