import React from "react"; type GanttLoaderProps = { loading?: boolean; }; export declare const GanttLoader: React.NamedExoticComponent; export {};