import type { DataTableV2GanttColumnConfig } from '../ColumnTypes/ColumnTypes.js'; export declare const DataTableV2GanttChartGrid: ({ width, height, min, max, config, }: { width: number; height: number; min: number; max: number; config: DataTableV2GanttColumnConfig; }) => import("react/jsx-runtime.js").JSX.Element;