import './style.scss';
import { GaugeChartProps } from './types';
declare const GaugeChart: ({ percentage, charTtitle, label, diameter, color, backColor, }: GaugeChartProps) => import("react/jsx-runtime").JSX.Element;
export default GaugeChart;
