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