import { ComboboxItem } from '../types'; export declare const defaultFilter: (items: Item[], value: string) => string[] | Item[];