import { FC } from 'react';
import { TreeProps } from './types';
declare const Tree: FC<TreeProps>;
export default Tree;
