/// import { TimelineProps } from '../Timeline'; declare const TimelineItem: (props: TimelineProps) => JSX.Element; export default TimelineItem;