export { default, default as Avatar } from './avatar'; export type { AvatarProps } from './avatar.type'; export { default as AvatarGroup } from './group'; export type { AvatarGroupProps } from './avatar.type'; //# sourceMappingURL=index.d.ts.map