import DropdownMenu from "../DropdownMenu"; import ContextMenu from "./ContextMenu"; declare const ContextMenuRoot: typeof ContextMenu & { Content: typeof DropdownMenu.Content; Item: typeof DropdownMenu.Item; Section: typeof DropdownMenu.Section; SubMenu: typeof DropdownMenu.SubMenu; SubTrigger: typeof DropdownMenu.SubTrigger; }; export default ContextMenuRoot; export type { Props as ContextMenuProps } from "./ContextMenu.types";