import { ItemState } from '@zag-js/combobox'; import { ComputedRef } from 'vue'; export interface UseComboboxItemContext extends ComputedRef { } export declare const ComboboxItemProvider: (opts: UseComboboxItemContext) => void, useComboboxItemContext: (fallback?: UseComboboxItemContext | undefined) => UseComboboxItemContext;