import { FC } from "react"; interface TimelineProps { } declare const Timeline: FC; export default Timeline;