import * as React from 'react'; type GaugeProps = { chunks: { share: number; colorVariable: string; title?: string; }[]; className?: string; }; export declare function Gauge({ chunks, className }: GaugeProps): React.JSX.Element; export declare const GaugeValue: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit, HTMLSpanElement>, never> & Partial, HTMLSpanElement>, never>>> & string; export {}; //# sourceMappingURL=Gauge.d.ts.map