/// <reference types="react" />
import type { ListState } from '@react-stately/list';
export interface ListBoxContext<T extends object = object> {
    state: ListState<T>;
}
export declare const ListBoxContext: import("react").Context<ListBoxContext<object> | null>;
export declare const useListBoxContext: () => ListBoxContext<object> | null;
//# sourceMappingURL=ListBoxContext.d.ts.map