import React from "react"; import { GaugeComponentProps } from "./types/GaugeComponentProps"; declare const GaugeComponent: (props: Partial) => React.JSX.Element; export default GaugeComponent;