import React from 'react';
import './Avatar.style.scss';
import type { Props } from './Avatar.types';
/**
 * Avatar component that can contain an image or initials
 */
/**
 * @deprecated Use the equivalent from momentum.design (NPM: `@momentum-design/components/dist/react`)
 */
declare const _Avatar: React.ForwardRefExoticComponent<Props & React.RefAttributes<HTMLButtonElement>>;
export default _Avatar;
