import * as React from "react"; import * as ContextMenuPrimitive from "@radix-ui/react-context-menu"; export declare const ContextMenu: { Root: React.FC; Trigger: React.ForwardRefExoticComponent>; Content: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; Item: React.ForwardRefExoticComponent, "ref"> & { inset?: boolean; } & React.RefAttributes>; CheckboxItem: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; RadioItem: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; Label: React.ForwardRefExoticComponent, "ref"> & { inset?: boolean; } & React.RefAttributes>; Separator: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; Shortcut: { ({ className, ...props }: React.HTMLAttributes): import("react/jsx-runtime").JSX.Element; displayName: string; }; Group: React.ForwardRefExoticComponent>; Portal: React.FC; Sub: React.FC; SubContent: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; SubTrigger: React.ForwardRefExoticComponent, "ref"> & { inset?: boolean; } & React.RefAttributes>; RadioGroup: React.ForwardRefExoticComponent>; }; //# sourceMappingURL=ContextMenu.d.ts.map