///
import { type AvatarProps as MuiAvatarProps } from '@mui/material';
import { type WithoutEmotionSpecific } from '../types';
export type AvatarProps = WithoutEmotionSpecific;
export declare const Avatar: import("react").ForwardRefExoticComponent & import("react").RefAttributes>;