import { HTMLAttributes, ReactNode } from 'react'; type CustomAvatarGroupProps = { children: ReactNode; }; export type AvatarGroupProps = HTMLAttributes & CustomAvatarGroupProps; export {}; //# sourceMappingURL=AvatarGroup.types.d.ts.map