import { AvatarProps as AvatarProps$1 } from '@mui/material';
import { FunctionComponent } from 'react';

interface AvatarProps extends AvatarProps$1 {
    sizing?: 'xxs' | 'xs' | 'sm' | 'lg';
}
declare const Avatar: FunctionComponent<AvatarProps>;

export { Avatar as default };
export type { AvatarProps };
