import { ReactElement } from 'react'; import { WithChartRef } from '@nivo/core'; import { DefaultTreeMapDatum, TreeMapSvgProps } from './types'; export declare const TreeMap: (props: WithChartRef, SVGSVGElement>) => ReactElement; //# sourceMappingURL=TreeMap.d.ts.map