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