import React from "react"; import { GanttProps } from "../../types/public-types"; export declare const Gantt: React.FunctionComponent;