import Tree from './Tree';
declare type TExportTree = typeof Tree;
declare const ExportTree: TExportTree;
export default ExportTree;
