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