import { Description } from "./Description";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class WebAvatarDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private n;
    get src(): string;
    set src(a: string);
    private k;
    get alt(): string;
    set alt(a: string);
    private l;
    get initials(): string;
    set initials(a: string);
    private m;
    get shape(): string;
    set shape(a: string);
}
