import { OnInit } from '@angular/core'; import { TimelineComponent } from '../timeline.component'; export declare class TimelineItemComponent implements OnInit { private timeline_component; timeline_dot: any; constructor(timeline_component: TimelineComponent); ngOnInit(): void; isLast: boolean; pending: boolean; status: 'error' | 'warning' | 'primary' | 'success'; readonly custom: any; }