import { type PropsWithChildren } from 'react'; import type { TreeMapConfig, TreeMapContextConfig } from '../types/treemap-chart.config.js'; import type { TreeMapProps } from '../types/treemap.js'; export declare function deserializeConfig(serializedConfig: string): TreeMapContextConfig; export declare const useTreeMapChartConfig: (props: PropsWithChildren) => TreeMapConfig;