import { Combobox as ComboboxPrimitive } from '@base-ui/react'; declare const ComboboxItem: ({ children, className, ...props }: ComboboxPrimitive.Item.Props) => import("react/jsx-runtime").JSX.Element; export { ComboboxItem }; //# sourceMappingURL=ComboBoxItem.d.ts.map