import { UseComboboxProps, UseComboboxReturnValue } from './index.types';
declare function useCombobox<Item>(userProps?: UseComboboxProps<Item>): UseComboboxReturnValue<Item>;
declare namespace useCombobox {
    var stateChangeTypes: typeof import("./stateChangeTypes");
}
export default useCombobox;
