import { ComponentProps } from 'react'; import { DeepPartial } from '../../types/types'; import { AvatarTheme } from './theme'; export interface AvatarGroupProps extends ComponentProps<"div"> { theme?: DeepPartial; } export declare const AvatarGroup: React.FC; //# sourceMappingURL=AvatarGroup.d.ts.map