import React from 'react'; import { CommonMenuProps } from './common'; export declare const ContextMenu: ({ title, suffix, prefix, children, dataHook, itemKey, disabled, onClick, onExpand, onCollapse, onQuickNavOpen, ...asComponentProps }: CommonMenuProps) => React.JSX.Element; //# sourceMappingURL=ContextMenu.d.ts.map