import { KendoComponent } from '../_types/component';
export declare const GANTTLINE_CLASSNAME = "k-gantt-line";
export type KendoGanttLineProps = {
    orientation?: "horizontal" | "vertical";
};
export declare const GanttLine: KendoComponent<KendoGanttLineProps & React.HTMLAttributes<HTMLDivElement>>;
export default GanttLine;
