import { ReactElement } from 'react'; import { Config } from './config'; interface RenderProps extends Omit { className?: string; } export declare const Gauge: ({ color: c, className }: RenderProps) => ReactElement; export {}; //# sourceMappingURL=Primitive.d.ts.map