export declare const AVATAR_SIZES: readonly ["xs", "sm", "md", "lg", "xl"]; export declare const AVATAR_TYPES: readonly ["photo", "initials", "icon"]; export type AvatarSize = (typeof AVATAR_SIZES)[number]; export type AvatarType = (typeof AVATAR_TYPES)[number];