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