import { LocalizedString, LocalizedStrings } from '@internationalized/string'; export declare const avatarMessagesStrings: LocalizedStrings; /** * Available message keys for Avatar component */ export type AvatarMessageKey = "avatarLabel" | "avatarLabelGeneric";