import type { GridRowId } from '../types'; import type { ApiSection } from './types'; export type GridActionsMenuApi = { show: (rowId: GridRowId, coordinates: { top: number; left: number; }) => void; hide: () => void; }; export declare const createActionsMenuApi: ApiSection; //# sourceMappingURL=actions-menu.d.ts.map