/// export declare const SelectedPathContext: import("../../index.js").VendorContext; export declare const useIsSelected: (path: string[]) => boolean; export declare const SelectedPathContextProvider: import("react").ComponentType<{ value: string[] | typeof import("./hooks/use-required-context").REQUIRED_CONTEXT_MISSING; }>;