/// import './index.less'; interface TimeLineProps { type: 'default' | 'source' | 'target'; } /** * 版本时间线 */ declare const TimeLine: (props: TimeLineProps) => JSX.Element; export default TimeLine;