export declare class Avatar { size: string; src: string; src2: string; alt: string; alt2: string; text: string; render(): any; }