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