import * as React from 'react'; import { AvatarProps } from '../../avatar'; export type TagAvatarProps = AvatarProps; declare const TagAvatar: React.FC; export default TagAvatar;