import { KendoTableOptions } from '../table';
export declare const GANTTROWSTABLE_CLASSNAME = "k-gantt-rows";
export declare const GanttRowsTable: (props: KendoTableOptions & React.HTMLAttributes<HTMLTableElement>) => import("react/jsx-runtime").JSX.Element;
