import type { RangeLegendProps } from './types/range-legend.js'; /** * @internal */ export declare const RangeLegend: (props: RangeLegendProps) => import("react").JSX.Element | null; //# sourceMappingURL=RangeLegend.d.ts.map