import type { AvatarSize } from "./types/common.js";
export declare const AVATAR_SIZES: Record<AvatarSize, number>;
export declare const DEFAULT_AVATAR_SIZE: AvatarSize;
export declare const bAvatar: import("@bem-react/classname").ClassNameFormatter;
