import { Options } from '@rocket.chat/fuselage'; import React from 'react'; import RoomAvatar from '../avatar/RoomAvatar'; const Avatar = ({ value, type, avatarETag, ...props }) => ( ); export default Avatar;