import { GraphNodeId } from '@adam-sv/arc'; import './style.scss'; import type { IProcessedTreeNode, ITreeGraph, ITreeNode, ITreeProps } from './types'; export type { ITreeNode, IProcessedTreeNode, ITreeProps, ITreeGraph }; export declare function Tree(props: ITreeProps): import("react/jsx-runtime").JSX.Element;