/** @ignore */ export declare type AvatarVariant = typeof AvatarVariant[keyof typeof AvatarVariant]; /** * Available avatar variants for {@link AvatarComponent#variant} */ export declare const AvatarVariant: { readonly CIRCLE: "circle"; readonly SQUARE: "square"; }; //# sourceMappingURL=avatar-variant.d.ts.map