import { SVGProps } from "react";
declare const FCTimeline: (props: SVGProps<SVGSVGElement>) => JSX.Element;
export { FCTimeline };
