import { type IColorLegendSize, type IHeatmapLegendItem } from "./types.js"; /** * @internal */ export interface IHeatmapLegendProps { series: IHeatmapLegendItem[]; size: IColorLegendSize; format?: string; numericSymbols: string[]; position: string; title?: string; } /** * @internal */ export declare const HeatmapLegend: import("react").NamedExoticComponent; //# sourceMappingURL=HeatmapLegend.d.ts.map