/** * @file timeline 时间线 * @author jc */ import { ITimeline } from './interface'; declare const Timeline: ITimeline; export default Timeline;