export declare enum AvatarSize {
    MEDIUM = "MEDIUM",
    SMALL = "SMALL",
    LARGE = "LARGE",
    EXTRA_LARGE = "EXTRA_LARGE"
}
