"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.SIDEBAR_USER_SIZE_TO_AVATAR = exports.SIDEBAR_USER_DEFAULT_TAG = void 0;
exports.SIDEBAR_USER_DEFAULT_TAG = 'div';
exports.SIDEBAR_USER_SIZE_TO_AVATAR = {
s: 'xs',
m: 's',
};