import type { StyleType } from '@boost/cli'; interface TreeContextType { folderStyle?: StyleType; lastIndex: [string, number]; } export declare const TreeContext: import("react").Context; export declare function useTree(): TreeContextType | undefined; export {}; //# sourceMappingURL=TreeContext.d.ts.map