import Timeline from './Timeline';
export type { TimelineItemType as TimelineItemProps, TimelineProps } from './Timeline';
export default Timeline;
