import { AfterContentInit, AfterViewInit, ElementRef, QueryList, TemplateRef } from '@angular/core'; import { TimeAxisItemComponent } from './time-axis-item/time-axis-item.component'; import { TimeAxisMode } from './time-axis.type'; import * as i0 from "@angular/core"; export declare class TimeAxisComponent implements AfterContentInit, AfterViewInit { private elementRef; listOfItems: QueryList; data: any; contentTemplate: TemplateRef; direction: string; mode: TimeAxisMode; widthMode: string; constructor(elementRef: ElementRef); ngAfterContentInit(): void; ngAfterViewInit(): void; get _direction(): any; get _widthMode(): any; updateAlternativePosition(): void; vanishHorizontalLastLine(): void; changeStatusLine(event: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }