import React from 'react';
import { AvatarProps } from './types';
export default function Avatar({ color, size, className, circle, square, image, alt, children, showBadge, badgeContent, badgeColor, badgePosition, ...otherProps }: AvatarProps): React.JSX.Element;
