import { ComboboxParsedItem } from '../Combobox.types';
export declare function isEmptyComboboxData(data: ComboboxParsedItem[]): boolean;
