import type { FC } from "react"; type Props = { itemsContainerWidth: number; blockCount: number; }; export const GanttAdditionalLayers: FC = () => null;