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