import { type HTMLAttributes } from 'react'; interface GaugeResponsiveLabelProps extends HTMLAttributes { text: string; } export declare const GaugeResponsiveLabel: (props: GaugeResponsiveLabelProps) => import("react/jsx-runtime.js").JSX.Element; export {};