import React from "react";
import { GanttChartProps } from "@/types";
/**
 * GanttChart Component with ViewMode support
 * A modern, customizable Gantt chart for project timelines
 */
declare const GanttChart: React.FC<GanttChartProps>;
export default GanttChart;
