export declare const AVATAR_KEY: unique symbol;
export type AvatarSize = 'large' | 'normal' | 'small';
export type AvatarShape = 'round' | 'square';
export type AvatarZIndex = 'left' | 'right';
