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