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