import { FunctionComponent } from 'react'; import { TreeProps } from './interface'; declare const Tree: FunctionComponent; export default Tree;