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