import { ComboboxContextProps } from '../ComboboxTypes'; /** * 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;