import type { ComboboxOptionItem } from './combobox.types'; export declare function parseSlottedOptions(elements: Element[]): ComboboxOptionItem[]; export declare function filterOptions(options: ComboboxOptionItem[], query: string, noFilter: boolean): ComboboxOptionItem[]; export declare function getCreatableLabel(query: string, creatable: boolean, filteredOptions: ComboboxOptionItem[]): string; export declare function makeCreatableValue(query: string): string; //# sourceMappingURL=combobox-options.d.ts.map