export declare class Avatar {
    defaultAvatar: string;
    apiCall: string;
    constructor(avatar: string, apiCall: string);
}
