import { ItemProps } from '@zag-js/listbox'; export interface UseListboxItemPropsContext extends ItemProps { } export declare const ListboxItemPropsProvider: (opts: UseListboxItemPropsContext) => void, useListboxItemPropsContext: (fallback?: UseListboxItemPropsContext | undefined) => UseListboxItemPropsContext;