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