import React, { HTMLAttributes } from 'react'; export declare const Avatar: React.FC<{ name: string; url?: string; size: number; round?: boolean; } & HTMLAttributes>;