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