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