import {Avatar} from '@mantine/core';

Avatar.displayName = 'Avatar';

export {Avatar, type AvatarFactory, type AvatarProps} from '@mantine/core';
