interface TreeContextType { dir?: "ltr" | "rtl"; } export declare const TreeContext: import('react').Context; export {};