export { Avatar } from './Avatar'; export type { AvatarImageProps, AvatarProps } from './Avatar'; export { AvatarGroup } from './AvatarGroup'; export type { AvatarGroupProps } from './AvatarGroup'; export { AvatarGroupCounter } from './AvatarGroupCounter'; export type { AvatarGroupCounterProps, AvatarGroupCounterTheme, } from './AvatarGroupCounter'; export type { AvatarImageTheme, AvatarInitialsTheme, AvatarRootTheme, AvatarTheme, } from './theme'; //# sourceMappingURL=index.d.ts.map