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