import type { ItemProps } from '@zag-js/combobox'; export declare const ComboboxItemContext: { consume(): () => ItemProps; provide: (context: () => ItemProps) => () => ItemProps; };