import { Description } from "./Description";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class WebTabsDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private g;
    get alignment(): string;
    set alignment(a: string);
    private f;
    get activation(): string;
    set activation(a: string);
    private h;
    get changeRef(): string;
    set changeRef(a: string);
}
