import { AvatarFallback as Component } from './AvatarFallback'; export declare const AvatarFallback: { readonly name: "AvatarFallback"; readonly purpose: "Initials or short text shown when an AvatarImage is unavailable."; readonly example: "\n \n CN\n"; readonly body: "htmdx"; readonly Component: typeof Component; };