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 f;
    get disabled(): boolean;
    set disabled(a: boolean);
    private g;
    get removable(): boolean;
    set removable(a: boolean);
    private h;
    get selectable(): boolean;
    set selectable(a: boolean);
    private i;
    get selected(): boolean;
    set selected(a: boolean);
    private q;
    get variant(): string;
    set variant(a: string);
    private p;
    get size(): string;
    set size(a: string);
    private n;
    get removeRef(): string;
    set removeRef(a: string);
    private o;
    get selectRef(): string;
    set selectRef(a: string);
}
