import { FC } from 'react';
import { TreeProps } from './type';
declare const Tree: FC<TreeProps>;
export default Tree;
//# sourceMappingURL=index.d.ts.map