import { Tree } from "../types";
export declare const buildTree: (items: Tree) => import("react/jsx-runtime").JSX.Element;
