import React from 'react';
import type { AvatarProps } from './types';
export declare function Avatar({ src, shape, size, alt, className, style, id, 'data-tag': dataTag, }: AvatarProps): React.JSX.Element;
