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