import * as React from 'react'; import './style/index.less'; import { TreeProps } from './types'; declare const Tree: React.FC; export default Tree;