import React from 'react'; import { AvatarProps } from '@mui/material/Avatar'; declare const Avatar: React.FC; export default Avatar;