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