import * as React from 'react'; import { ITreeProps } from './TreeChart.types'; export declare const TreeChart: React.FunctionComponent;