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