import * as React from 'react'; import { Combobox as ComboboxPrimitive } from '@base-ui/react'; declare function useComboboxAnchor(): React.RefObject; export { useComboboxAnchor }; export declare const ComboBox: typeof ComboboxPrimitive.Root & { Chip: ({ children, className, showRemove, ...props }: ComboboxPrimitive.Chip.Props & { showRemove?: boolean; }) => import("react/jsx-runtime").JSX.Element; Chips: ({ className, ...props }: ComboboxPrimitive.Chips.Props & React.ComponentPropsWithRef) => import("react/jsx-runtime").JSX.Element; ChipsInput: ({ className, ...props }: ComboboxPrimitive.Input.Props) => import("react/jsx-runtime").JSX.Element; Clear: ({ className, ...props }: ComboboxPrimitive.Clear.Props) => import("react/jsx-runtime").JSX.Element; Collection: ({ ...props }: ComboboxPrimitive.Collection.Props) => import("react/jsx-runtime").JSX.Element; Content: ({ align, alignOffset, anchor, className, side, sideOffset, ...props }: ComboboxPrimitive.Popup.Props & Pick) => import("react/jsx-runtime").JSX.Element; Empty: ({ className, ...props }: ComboboxPrimitive.Empty.Props) => import("react/jsx-runtime").JSX.Element; Group: ({ className, ...props }: ComboboxPrimitive.Group.Props) => import("react/jsx-runtime").JSX.Element; Input: ({ children, className, disabled, showClear, showTrigger, ...props }: ComboboxPrimitive.Input.Props & { showClear?: boolean; showTrigger?: boolean; }) => import("react/jsx-runtime").JSX.Element; Item: ({ children, className, ...props }: ComboboxPrimitive.Item.Props) => import("react/jsx-runtime").JSX.Element; Label: ({ className, ...props }: ComboboxPrimitive.GroupLabel.Props) => import("react/jsx-runtime").JSX.Element; List: ({ className, ...props }: ComboboxPrimitive.List.Props) => import("react/jsx-runtime").JSX.Element; Separator: ({ className, ...props }: ComboboxPrimitive.Separator.Props) => import("react/jsx-runtime").JSX.Element; Trigger: ({ children, className, render, ...props }: ComboboxPrimitive.Trigger.Props) => import("react/jsx-runtime").JSX.Element; Value: ({ ...props }: ComboboxPrimitive.Value.Props) => import("react/jsx-runtime").JSX.Element; }; //# sourceMappingURL=ComboBox.d.ts.map