export declare const baseClass: string; export declare const VIS_COLORS: string[]; export declare const sizeMapping: { s: string; m: string; l: string; xl: string; }; export declare const typeMapping: { space: string; user: string; }; export declare function inlineStyles({ name, avatarColor }: { name: string; avatarColor: string; }): { 'background-color': string; color: string; }; declare const mapping: ComponentMapping; export default mapping;