import { SingleComboboxPropsType } from './single-combobox.types';
import * as React from 'react';
export declare function SingleCombobox({ options, value, placeholder, searchPlaceholder, emptyMessage, onChange, onSearchChange, onChangePopoverOpen, popoverContentProps, listEmptyComponent, container, }: SingleComboboxPropsType): React.JSX.Element;
//# sourceMappingURL=single-combobox.d.ts.map