/// import { AvatarGroupProps, AvatarGroupSize } from "../../types/avatarGroupProps"; export declare const avatarGroupMaxElements: { [key in AvatarGroupSize]: number; }; export declare const AvatarGroup: React.FC;