import { TableCellComponentProps } from '../../../../shared/types/table'; /** * Celda de tabla con barra de progreso * Reutiliza el componente BarProgress atómico */ export declare const ProgressBarCell: ({ value, column, state, className, onCellFocus, stickyLeft, isLastLocked, isRowEditing, hasColumnMaxWidthAuto, }: TableCellComponentProps) => import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=ProgressBarCell.d.ts.map