export declare const GANTTLINE_CLASSNAME = "k-gantt-line";
export type KendoGanttLineProps = {
    orientation?: "horizontal" | "vertical";
};
export declare const GanttLine: {
    (props: KendoGanttLineProps & React.HTMLAttributes<HTMLDivElement>): import("react/jsx-runtime").JSX.Element;
    states: any[];
    options: {};
    className: string;
    defaultOptions: {
        orientation: string;
    };
};
export default GanttLine;
