import React from 'react'; export interface GaugeChartProps { value: number; min?: number; max?: number; title?: string; height?: number; color?: string; backgroundColor?: string; glow?: boolean; } export declare const GaugeChart: React.FC; //# sourceMappingURL=GaugeChart.d.ts.map