import { CdsTree as Tree, CdsTreeItem as TreeItem } from '@cds/core/tree-view'; import '@cds/core/tree-view/register'; import * as React from 'react'; export declare const CdsTree: React.ForwardRefExoticComponent, never> & Omit & {}> & React.RefAttributes>; export declare const CdsTreeItem: React.ForwardRefExoticComponent, "onExpandedChange" | "onCdsMotionChange" | "onSelectedChange"> & Omit & { onExpandedChange: (e: Event) => void; onSelectedChange: (e: Event) => void; onCdsMotionChange: (e: Event) => void; }> & React.RefAttributes>;