export type ScoreBlockGaugeProps = Readonly<{ label: string; value: number; tooltip: string; max?: number; className?: string; }>; export declare const ScoreBlockGauge: ({ label, value, max, tooltip, className, }: ScoreBlockGaugeProps) => import("react").JSX.Element; //# sourceMappingURL=ScoreBlockGauge.d.ts.map