import { ComboboxContextProps } from '../ComboboxTypes'; export declare const ComboboxContext: import('react').Context; /** * Hook to access the Combobox context * @returns The Combobox context value * @throws Error if used outside of a Combobox component */ export declare const useCombobox: () => ComboboxContextProps;