import type { TreeMapContextConfig } from '../types/treemap-chart.config.js'; /** * @internal */ export declare const TreeMapChartConfigContext: import("react").Context; /** * Provider for the PieChart API config that can be shared across charts * @public */ export declare const TreeMapConfig: import("react").Provider;