import * as React from 'react'; import { Combobox as ComboboxPrimitive } from '@base-ui/react'; declare const ComboboxChips: ({ className, ...props }: ComboboxPrimitive.Chips.Props & React.ComponentPropsWithRef) => import("react/jsx-runtime").JSX.Element; declare const ComboboxChip: ({ children, className, showRemove, ...props }: ComboboxPrimitive.Chip.Props & { showRemove?: boolean; }) => import("react/jsx-runtime").JSX.Element; declare const ComboboxChipsInput: ({ className, ...props }: ComboboxPrimitive.Input.Props) => import("react/jsx-runtime").JSX.Element; export { ComboboxChip, ComboboxChips, ComboboxChipsInput }; //# sourceMappingURL=ComboBoxChips.d.ts.map