import './avatar.scss'; import SbAvatar from './SbAvatar.vue'; import type { AvatarProps } from './SbAvatar.vue'; import type { AvatarSize, AvatarBackgroundColor } from './utils'; export { SbAvatar, type AvatarProps, type AvatarSize, type AvatarBackgroundColor }; export default SbAvatar;