const AvatarFrameMain = ({width, rank, name, image, imageWidth = "100%", sx}: any) => ( {rank} {name} ); export default AvatarFrameMain;