import { Tree } from '@alifd/next'; export type { TreeProps, DataNode, NodeInstance } from '@alifd/next/types/tree'; export default Tree;