import React from 'react'; export declare const useContextMenu: (wrapperRef: any, apiRef: any, getCustomContextMenuItems: any, onCellContextMenu: any, hideMenuItemExport?: boolean, suppressContextMenu?: boolean, computedPagination?: any, onMenuItemClearFilter?: () => void, showMenuItemClearFilter?: boolean) => { getCellContextMenu: (params: any) => void; contextMenuVisible: boolean; onVisibleChange: (visible: any, ...ags: any[]) => void; contextMenuListDom: React.JSX.Element; };