/// import { IListIF } from "../types"; declare const HelpLine: React.FC<{ item: IListIF; ganttProgressBarId: string; }>; export default HelpLine;