import { Description } from "./Description";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class WebBadgeDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private p;
    get variant(): string;
    set variant(a: string);
    private l;
    get outlined(): boolean;
    set outlined(a: boolean);
    private o;
    get shape(): string;
    set shape(a: string);
    private k;
    get dot(): boolean;
    set dot(a: boolean);
}
