export interface JGaugeChartProps { value: number; min?: number; max?: number; size?: string; colorVar?: string; thickness?: number; label?: string; displayValue?: string; showNeedle?: boolean; showTicks?: boolean; showMinMax?: boolean; ticks?: number; } export declare function JGaugeChart({ value, min, max, size, colorVar, thickness, label, displayValue, showNeedle, showTicks, showMinMax, ticks, }: JGaugeChartProps): import("react").JSX.Element; //# sourceMappingURL=JGaugeChart.d.ts.map