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