import React from 'react'; import { UserProfile } from '../../types'; interface AvatarProps { profile?: UserProfile; } export declare const Avatar: React.FC; export {};