/** @jsxRuntime classic */ /** @jsx jsx */ import { FC } from 'react'; import { ITimeLineProps } from '../types'; export declare const TimeLine: FC;