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