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 j;
    get src(): string;
    set src(a: string);
    private f;
    get alt(): string;
    set alt(a: string);
    private g;
    get initials(): string;
    set initials(a: string);
    private h;
    get shape(): string;
    set shape(a: string);
    private i;
    get size(): string;
    set size(a: string);
}
