import { OnInit, AfterContentInit, QueryList, OnDestroy } from '@angular/core'; import { EclTimelineItemComponent } from './ecl-timeline-item.component'; import { ECLBaseDirective } from '../ecl-base.directive'; import * as i0 from "@angular/core"; export declare class EclTimelineComponent extends ECLBaseDirective implements OnInit, AfterContentInit, OnDestroy { attrRole: string; get cssClasses(): any; timelineItems: QueryList; private destroy$; ngOnInit(): void; ngAfterContentInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } //# sourceMappingURL=ecl-timeline.component.d.ts.map