/// import type { StoryObj } from '@storybook/react'; declare const meta: { title: string; parameters: { description: string; shadcn: string; radix: string; }; component: import("react").FC; subcomponents: { ContextMenuTrigger: import("react").ForwardRefExoticComponent>; ContextMenuContent: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; ContextMenuItem: import("react").ForwardRefExoticComponent, "ref"> & { inset?: boolean | undefined; } & import("react").RefAttributes>; ContextMenuCheckboxItem: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; ContextMenuRadioItem: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; ContextMenuLabel: import("react").ForwardRefExoticComponent, "ref"> & { inset?: boolean | undefined; } & import("react").RefAttributes>; ContextMenuSeparator: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; ContextMenuShortcut: { ({ className, ...props }: import("react").HTMLAttributes): JSX.Element; displayName: string; }; ContextMenuGroup: import("react").ForwardRefExoticComponent>; ContextMenuPortal: import("react").FC; ContextMenuSub: import("react").FC; ContextMenuSubContent: import("react").ForwardRefExoticComponent, "ref"> & import("react").RefAttributes>; ContextMenuSubTrigger: import("react").ForwardRefExoticComponent, "ref"> & { inset?: boolean | undefined; } & import("react").RefAttributes>; ContextMenuRadioGroup: import("react").ForwardRefExoticComponent>; }; }; export default meta; type Story = StoryObj; export declare const Demo: Story;