import { DropdownMenuCheckboxItemProps } from 'reka-ui'; import { HTMLAttributes } from 'vue'; type __VLS_Props = DropdownMenuCheckboxItemProps & { class?: HTMLAttributes["class"]; }; declare var __VLS_10: {}, __VLS_16: {}; type __VLS_Slots = {} & { 'indicator-icon'?: (props: typeof __VLS_10) => any; } & { default?: (props: typeof __VLS_16) => any; }; declare const __VLS_component: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { select: (event: Event) => any; "update:modelValue": (payload: boolean) => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ onSelect?: ((event: Event) => any) | undefined; "onUpdate:modelValue"?: ((payload: boolean) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const _default: __VLS_WithSlots; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };