import React from 'react'; import type { AvatarGroupProps } from './types'; export declare function AvatarGroup({ children, limit, spacing, style, size, bordered, surplusTooltip, }: AvatarGroupProps): React.JSX.Element;