import { TimelineComponent } from './timeline.component'; import { AfterViewInit, ChangeDetectorRef, ElementRef } from '@angular/core'; export declare class UITimelineComponent extends TimelineComponent implements AfterViewInit { private ref; leftClass: string; rightClass: string; mainTimeLine: ElementRef; constructor(ref: ChangeDetectorRef); private maxScroll; leftArrowDisabled: boolean; rightArrowDisabled: boolean; executeLeftCommand(delta?: number): void; executeRightCommand(delta?: number): void; scroll(el: any): void; resize(el: any): void; ngAfterViewInit(): void; }