/// import type { FiltersMap } from '@wix/bex-core'; import type { CellInteractionState } from '../../state/EditableTable/CellInteractionState'; import type { Cell } from '../../state/EditableTable'; export declare function useEditableTableContextMenu(cellInteraction: CellInteractionState): { position: { x: number; y: number; } | null; cell: Cell | null; menuRef: import("react").RefObject; handleContextMenu: (e: React.MouseEvent) => void; handleClose: () => void; }; //# sourceMappingURL=useEditableTableContextMenu.d.ts.map