import { buildColorRangeLegendRule } from './build-color-rule.js'; import type { RangeLegendColorMap } from '../types/internal.js'; export declare const getRangeLegendWithColorRules: (baseLegendColorMap: RangeLegendColorMap, colorRulesMap: ReturnType) => RangeLegendColorMap;