import type { FC } from 'react'; import './index.less'; interface TimeLineProps { openLayoutHistory: () => void; } declare const TimeLine: FC; export default TimeLine;