///
import { ListboxMachine } from './listbox-machine.js';
export declare const ListboxContext: import("react").Context | null>;
export declare function useListboxMachineContext(component: string): ListboxMachine;
export declare function useListboxMachine({ id, __demoMode, }: {
id: string;
__demoMode?: boolean;
}): ListboxMachine;