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