import type { ComboboxItem } from './types'; export declare function convertMatchableString(original: string): string; export declare function areItemsEqual(a: ComboboxItem, b: ComboboxItem): boolean;