import { IGaugeChartProps } from './types'; declare const GaugeChart: ({ stops, min, max, hasAnimation, value, showLabels, showValue, valueColorChange, valuePrefix, valueSuffix, fontSize, backgroundColorHex, backgroundColorOpacity, }: IGaugeChartProps) => import("react/jsx-runtime").JSX.Element; export default GaugeChart; //# sourceMappingURL=GaugeChart.d.ts.map