import React from 'react';
import { AvatarProps } from './Avatar.types';
declare const Avatar: React.FC<AvatarProps>;
export default Avatar;
