import { ElementRef } from '@angular/core'; import { GanttUpper } from '../../gantt-upper'; import { GanttItemUpper } from '../../gantt-item-upper'; import * as i0 from "@angular/core"; export declare class NgxGanttRangeComponent extends GanttItemUpper { ganttRangeClass: boolean; constructor(elementRef: ElementRef, ganttUpper: GanttUpper); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }