import { FC } from "react"; import "./style.scss"; import { TimelineProps } from "../types"; /** Timeline component for displaying chronological events */ declare const Timeline: FC; export default Timeline; //# sourceMappingURL=index.d.ts.map