import type { Option } from './types'; /** * Scalar Listbox Item component * * A single option within a ScalarListbox dropdown. * Handles active, selected, and disabled states. * * @example * */ declare const _default: typeof __VLS_export; export default _default; declare const __VLS_export: import("vue").DefineComponent<{ option: Option; multiselect?: boolean; }, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{ option: Option; multiselect?: boolean; }> & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; //# sourceMappingURL=ScalarListboxItem.vue.d.ts.map