import { SingleComboboxPropsType } from './single-combobox.types';

export declare function SingleCombobox({ options, value, placeholder, searchPlaceholder, emptyMessage, onChange, onSearchChange, onChangePopoverOpen, popoverContentProps, listEmptyComponent, container, }: SingleComboboxPropsType): import("react/jsx-dev-runtime").JSX.Element;
//# sourceMappingURL=single-combobox.d.ts.map