export declare class cAvatar { el: HTMLElement; parent: any; size: string; img: string; componentWillLoad(): void; componentDidLoad(): void; render(): any; }