import GanttChart from './src/gantt-chart.vue'; export declare const YhGanttChart: any; export default YhGanttChart; export * from './src/gantt-chart'; export type GanttChartInstance = InstanceType; export type YhGanttChartInstance = GanttChartInstance; export type YhGanttChartProps = import('./src/gantt-chart').GanttChartProps; export type YhGanttChartEmits = import('./src/gantt-chart').GanttChartEmits; export type YhGanttTask = import('./src/gantt-chart').GanttTask; export type YhGanttColumn = import('./src/gantt-chart').GanttColumn; export type YhGanttChartSlots = import('./src/gantt-chart').GanttChartSlots;