import * as react_jsx_runtime from 'react/jsx-runtime'; import * as React from 'react'; import { Combobox as Combobox$1 } from '@base-ui/react/combobox'; type ComboboxProps = React.ComponentProps>; declare function Combobox({ ...props }: React.ComponentProps>): react_jsx_runtime.JSX.Element; type ComboboxTriggerProps = React.ComponentProps & { size?: "sm" | "default"; }; declare function ComboboxTrigger({ className, size, children, ...props }: ComboboxTriggerProps): react_jsx_runtime.JSX.Element; type ComboboxValueProps = React.ComponentProps; declare function ComboboxValue({ ...props }: ComboboxValueProps): react_jsx_runtime.JSX.Element; type ComboboxInputProps = React.ComponentProps; declare function ComboboxInput({ className, ...props }: ComboboxInputProps): react_jsx_runtime.JSX.Element; type ComboboxContentProps = React.ComponentProps; declare function ComboboxContent({ className, children, ...props }: ComboboxContentProps): react_jsx_runtime.JSX.Element; type ComboboxListProps = React.ComponentProps; declare function ComboboxList({ className, ...props }: ComboboxListProps): react_jsx_runtime.JSX.Element; type ComboboxItemProps = React.ComponentProps; declare function ComboboxItem({ className, children, ...props }: ComboboxItemProps): react_jsx_runtime.JSX.Element; type ComboboxEmptyProps = React.ComponentProps; declare function ComboboxEmpty({ className, ...props }: ComboboxEmptyProps): react_jsx_runtime.JSX.Element; type ComboboxGroupProps = React.ComponentProps; declare function ComboboxGroup({ ...props }: ComboboxGroupProps): react_jsx_runtime.JSX.Element; type ComboboxGroupLabelProps = React.ComponentProps; declare function ComboboxGroupLabel({ className, ...props }: ComboboxGroupLabelProps): react_jsx_runtime.JSX.Element; type ComboboxSeparatorProps = React.ComponentProps<"div">; declare function ComboboxSeparator({ className, ...props }: ComboboxSeparatorProps): react_jsx_runtime.JSX.Element; export { Combobox, ComboboxContent, type ComboboxContentProps, ComboboxEmpty, type ComboboxEmptyProps, ComboboxGroup, ComboboxGroupLabel, type ComboboxGroupLabelProps, type ComboboxGroupProps, ComboboxInput, type ComboboxInputProps, ComboboxItem, type ComboboxItemProps, ComboboxList, type ComboboxListProps, type ComboboxProps, ComboboxSeparator, type ComboboxSeparatorProps, ComboboxTrigger, type ComboboxTriggerProps, ComboboxValue, type ComboboxValueProps };