import { Combobox as ComboboxPrimitive } from '@base-ui/react'; declare const ComboboxInput: ({ children, className, disabled, showClear, showTrigger, ...props }: ComboboxPrimitive.Input.Props & { showClear?: boolean; showTrigger?: boolean; }) => import("react/jsx-runtime").JSX.Element; export { ComboboxInput }; //# sourceMappingURL=ComboBoxInput.d.ts.map