import React from "react"; import { TreeProps } from "."; declare const Tree: React.FunctionComponent; export default Tree;