import { AvatarGroupProps as AvatarGroupProps$1, SxProps, Theme } from '@mui/material';
import { FunctionComponent } from 'react';

interface AvatarGroupProps extends AvatarGroupProps$1 {
    variation?: 'primary';
    max?: number;
    sx: SxProps<Theme>;
}
declare const AvatarGroup: FunctionComponent<AvatarGroupProps>;

export { AvatarGroup as default };
export type { AvatarGroupProps };
