export type GaugeChartProps = {
    percentage: number;
    charTtitle?: string;
    label?: string;
    diameter?: number;
    color?: string;
    backColor?: string;
};
