import { TableCellComponentProps } from '../../../../shared/types/table'; export declare const ActionsCell: import('react').MemoExoticComponent<({ value, row, column, state, className, onCellFocus, stickyLeft, stickyRight, isLastLocked, isActionsColumn, isRowEditing, hasColumnMaxWidthAuto, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element>; //# sourceMappingURL=ActionsCell.d.ts.map