import type { ListBoxItemProps } from '../ListBoxItem';
export declare const ComboboxItem: (props: ComboboxItemProps) => JSX.Element;
export declare type ComboboxItemProps = ListBoxItemProps;
//# sourceMappingURL=ComboxboxItem.d.ts.map