import { default as VueAvatar } from './VueAvatar.vue'; import { default as VueAvatarGroup } from './VueAvatarGroup.vue'; import { AvatarProps as VueAvatarProps } from '../core/Avatar'; export { VueAvatar, VueAvatarGroup }; export type { VueAvatarProps }; export type { AvatarSize, AvatarShape, AvatarVariant } from '../core/Avatar'; export interface VueAvatarGroupProps { } //# sourceMappingURL=index.d.ts.map