import { TemplateRef, EventEmitter } from '@angular/core'; import { GanttGroupInternal, GanttItemInternal, GanttBarClickEvent, GanttLineClickEvent } from '../../class'; import { GanttUpper } from '../../gantt-upper'; import * as i0 from "@angular/core"; export declare class GanttMainComponent { ganttUpper: GanttUpper; groups: GanttGroupInternal[]; items: GanttItemInternal[]; groupHeaderTemplate: TemplateRef; itemTemplate: TemplateRef; barTemplate: TemplateRef; rangeTemplate: TemplateRef; barClick: EventEmitter>; lineClick: EventEmitter>; ganttMainClass: boolean; constructor(ganttUpper: GanttUpper); trackBy(index: number, item: GanttGroupInternal | GanttItemInternal): string | number; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }