import React from "react"; interface GaugeScoreProps { score: number; } declare const GaugeScore: React.FC; export default GaugeScore;