import { Description } from "./Description";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class WebChipDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private k;
    get disabled(): boolean;
    set disabled(a: boolean);
    private l;
    get removable(): boolean;
    set removable(a: boolean);
    private m;
    get selectable(): boolean;
    set selectable(a: boolean);
    private n;
    get selected(): boolean;
    set selected(a: boolean);
    private u;
    get variant(): string;
    set variant(a: string);
    private s;
    get removeRef(): string;
    set removeRef(a: string);
    private t;
    get selectRef(): string;
    set selectRef(a: string);
}
