import { type HTMLAttributes, type ReactNode } from 'react'; interface GaugeResponsiveLabelProps extends HTMLAttributes { text: string; prefixIcon?: ReactNode; } export declare const GaugeResponsiveLabel: (props: GaugeResponsiveLabelProps) => import("react").JSX.Element; export {}; //# sourceMappingURL=GaugeResponsiveLabel.d.ts.map