import { InjectionToken } from '@angular/core'; export declare const MSG_TIMELINE_CONTENT_INJECTIONS: InjectionToken; export declare interface MsgTimelineContent { type: number; }