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