import { ReactElement } from 'react';
import { AvatarProps } from '@mui/material';
export declare function AvatarCustom({ ...Props }: AvatarProps): ReactElement;
