import { TreeApi } from "../interfaces/tree-api"; import { TreeProps } from "../types/tree-props"; declare function TreeComponent(props: TreeProps, ref: React.Ref | undefined>): import("react/jsx-runtime").JSX.Element; export declare const Tree: (props: TreeProps & { ref?: React.ForwardedRef | undefined>; }) => ReturnType; export {};