/// import { GraphElement as TopologyElement } from '../types'; export interface WithContextMenuProps { onContextMenu?: (e: React.MouseEvent) => void; contextMenuOpen?: boolean; } export declare const withContextMenu: >(actions: (element: E) => React.ReactElement[] | Promise, container?: Element | null | undefined | (() => Element), className?: string, atPoint?: boolean, waitElement?: React.ReactElement) =>

(WrappedComponent: import("react").ComponentType

) => import("react").FunctionComponent>; //# sourceMappingURL=withContextMenu.d.ts.map