import { ReactElement } from 'react';
import { AvatarGroupProps } from '@mui/material';
export declare function AvatarGroupCustom({ ...Props }: AvatarGroupProps): ReactElement;
