declare const AvatarWithGroup: import('react').ForwardRefExoticComponent> & { Group: ({ children: _children, wrapping, size, layout, className: _className, maxCount, ...props }: import('./AvatarGroup').AvatarGroupProps) => import("react/jsx-runtime").JSX.Element; }; export { AvatarWithGroup as Avatar };