export declare enum GanttTypes {
    month = "month",
    year = "year"
}
