import * as React from 'react'; import { TreeContextProps, TreeProps, TreeRef } from '../types'; export declare const useTree: () => TreeContextProps; export declare const Tree: (p: TreeProps & { ref?: React.Ref> | undefined; }) => React.ReactElement;