export type ListboxFilterFunction = (value: any, query: string) => boolean;