import { OverridableComponent } from '@mui/types';
import { AvatarTypeMap } from './AvatarProps';
/**
 *
 * Demos:
 *
 * - [Avatar](https://mui.com/joy-ui/react-avatar/)
 * - [Skeleton](https://mui.com/joy-ui/react-skeleton/)
 *
 * API:
 *
 * - [Avatar API](https://mui.com/joy-ui/api/avatar/)
 */
declare const Avatar: OverridableComponent<AvatarTypeMap<{}, "div">>;
export default Avatar;
