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