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