import React from 'react'; import type { GridRowId } from '../types'; export declare const gridActionsMenuMessages: { label: { id: string; defaultMessage: string; description: string; }; }; export type GridCellActionsMenuProps = { rowId: GridRowId; tabIndex: number; }; export declare const GridCellActionsMenu: ({ rowId, tabIndex, }: GridCellActionsMenuProps) => React.JSX.Element | null; export declare const GridCellActionsMenuMemo: typeof GridCellActionsMenu; //# sourceMappingURL=grid-cell-actions-menu.d.ts.map