import * as React from 'react'; import { OverridableComponent } from '@mui/types'; import { AvatarGroupOwnerState, AvatarGroupTypeMap } from './AvatarGroupProps'; export declare const AvatarGroupContext: React.Context; /** * * Demos: * * - [Avatar](https://mui.com/joy-ui/react-avatar/) * * API: * * - [AvatarGroup API](https://mui.com/joy-ui/api/avatar-group/) */ declare const AvatarGroup: OverridableComponent; export default AvatarGroup;