/// import { AvatarProps, AvatarSize } from "../../types/avatarProps"; export declare const fontSize: { [key in AvatarSize]: string; }; export declare const lineHeight: { [key in AvatarSize]: string; }; export declare const avatarSizes: { [key in AvatarSize]: string; }; export declare const Avatar: React.FC;