import { ScaleLinear } from 'd3-scale'; interface RangeLegendScaleContextProps { scale: ScaleLinear; } export declare const RangeLegendScaleContext: import("react").Context; export declare const useScale: () => RangeLegendScaleContextProps; export {};