export { colorGradientLegend, colorLegend, colorLegendItems, type ColorGradientLegendOptions, type ColorLegendIndicatorOptions, type ColorLegendIndicatorRenderContext, type ColorLegendIndicatorShape, type ColorLegendItemContext, type ColorLegendItemOptions, type ColorLegendItems, type ColorLegendItemValue, type ColorLegendLabelOptions, type ColorLegendOptions, } from './legend-static.js';
export { interactiveColorLegend } from './interactive-legend.js';
export type { InteractiveColorLegendChange, InteractiveColorLegendItemContext, InteractiveColorLegendOptions, } from './interactive-legend.js';
