/** @ignore */ export declare type AvatarSize = typeof AvatarSize[keyof typeof AvatarSize]; /** * Available icon sizes for {@link IconComponent#size} */ export declare const AvatarSize: { readonly SMALL: "small"; readonly MEDIUM: "medium"; readonly LARGE: "large"; }; //# sourceMappingURL=avatar-size.d.ts.map