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