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