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