import type { TreemapChartLegendConfig } from '../types/treemap-chart.config.js'; /** * Legend slot component. */ export declare const Legend: { (props: TreemapChartLegendConfig): null; displayName: string; };