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