import { LocalizedString, LocalizedStrings } from '@internationalized/string'; export declare const scopedSearchInputMessagesStrings: LocalizedStrings; /** * Available message keys for ScopedSearchInput component */ export type ScopedSearchInputMessageKey = "searchLabel" | "selectLabel";