import React from "react"; import { type EntityTreeProps } from "./BaseEntityTree"; export declare const EntityTree: (props: EntityTreeProps) => React.ReactElement;