import React from 'react'; export interface AvatarProps { alt: string; size?: 'small' | 'medium' | 'large'; src: string; } export declare const Avatar: React.FC; //# sourceMappingURL=index.d.ts.map