import { TableCellComponentProps } from '../../../../shared/types/table'; /** * Celda de tabla para `type: 'gantt'`: misma altura y estados que el resto de celdas de la fila. * La rejilla sigue el **mismo scroll horizontal** que la cabecera: viewport con barra solo arriba; * aquĆ­ se aplica `translateX(-scrollLeft)` (sin scroll por fila). */ declare function GanttCellInner({ value, rawValue, row, column, state, className, onCellFocus, stickyLeft, isLastLocked, isRowEditing, hasColumnMaxWidthAuto, }: TableCellComponentProps): import("react/jsx-runtime").JSX.Element; export declare const GanttCell: import('react').MemoExoticComponent; export {}; //# sourceMappingURL=GanttCell.d.ts.map