export declare class TimelineItem { type: string; last: boolean; left: boolean; loading: boolean; render(): any; }