import { LocalizedString, LocalizedStrings } from '@internationalized/string'; export declare const comboboxMessagesStrings: LocalizedStrings; /** * Available message keys for Combobox component */ export type ComboboxMessageKey = "clearSelection" | "options" | "selectedValues" | "toggleOptions";