declare function AvatarGroupMock({ children, defaultMaxCount, minCount, avatarProps, avatarGroupProps, overlayProps, }: any): any;
declare namespace AvatarGroupMock {
    var defaultProps: {
        defaultMaxCount: number;
        minCount: number;
        avatarGroupProps: {
            maximum: number;
            stacked: boolean;
        };
        avatarProps: {};
        overlayProps: {};
    };
}
export { AvatarGroupMock };
//# sourceMappingURL=AvatarGroupMock.d.ts.map