/// export interface IAvatarProps { src?: 'string'; } export declare const Avatar: () => JSX.Element;