import type { LegendColorMap } from '../types/internal.js'; export declare function getLegendItems(legendColorMap: LegendColorMap): { id: string | Record; color: import("../../index.js").ColorToken; name: string | Record; value: number | undefined; }[];