import React from 'react'; export interface BulletChartProps { label: string; current: number; target: number; ranges: [number, number, number]; title?: string; height?: number; } export declare const BulletChart: React.FC; //# sourceMappingURL=BulletChart.d.ts.map