import { GroupAvatarProps } from "./type.mjs";
import { GroupAvatar } from "./GroupAvatar.mjs";
export { GroupAvatarProps, GroupAvatar as default };