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