export declare const getCommonTimeline: (style: any, timelineData?: string[]) => { axisType: string; orient: string; autoPlay: boolean; currentIndex: number; top: string; symbolSize: number; data: string[]; label: { fontSize: number; position: number; }; checkpointStyle: { symbolSize: number; }; controlStyle: { itemSize: number; }; symbolKeepAspect: boolean; tooltip: { show: boolean; trigger: string; borderColor: string; borderWidth: number; backgroundColor: string; extraCssText: string; textStyle: { color: string; fontSize: number; }; padding: number; formatter: (params: any) => string; }; };