export type LimitIndicatorGaugeProps = Readonly<{ value?: number; max?: number; className?: string; }> & React.AriaAttributes; export declare const LimitIndicatorGauge: ({ value, max, className, ...rest }: LimitIndicatorGaugeProps) => import("react").JSX.Element; //# sourceMappingURL=LimitIndicatorGauge.d.ts.map