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").StyledComponent<"span", any, {}, never>; export {}; //# sourceMappingURL=Gauge.d.ts.map