import type { TableOptions } from '@tanstack/react-table'; import { type PropsWithChildren } from 'react'; import type { DataTableRowData } from '../../row-data-types.js'; import type { TDataTableFeatures } from '../types/features.types.js'; /** * Configuration hook for the DataTable Gantt Chart feature. * @internal */ export declare function useGanttChart(_props: PropsWithChildren, options: TableOptions>): void;