import type { ListboxContextValue } from "./types"; export declare const ListboxContext: import("react").Context; export declare const useListboxContext: () => ListboxContextValue; //# sourceMappingURL=context.d.ts.map