type TreeLevelContextValue = { level: number; parentId: string | null; }; declare const TreeLevelContext: import('react').Context; export { TreeLevelContext }; export type { TreeLevelContextValue }; //# sourceMappingURL=tree-level-context.d.ts.map