import * as React from "react"; import type { TreeProp } from "../../props/components/data-display.prop.js"; export type { TreeNodeProp, TreeProp, TreeProp as TreeProps, } from "../../props/components/data-display.prop.js"; /** * `ref` reaches the `role="tree"` container — the element a page scrolls to, measures, or * focus-manages. Every unknown prop (`aria-*`, `data-*`) rides `...ariaProps` onto the same node. */ export declare const Tree: React.ForwardRefExoticComponent>;