import { ITimeline } from '../interfaces'; export declare class TimelineComponent { readonly model: ITimeline; }