import { Description } from "./Description";
import { WebTabDescription } from "./WebTabDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class WebTabsDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private k;
    get tabsCollection(): WebTabDescription[];
    set tabsCollection(a: WebTabDescription[]);
    private n;
    get alignment(): string;
    set alignment(a: string);
    private m;
    get activation(): string;
    set activation(a: string);
    private o;
    get changeRef(): string;
    set changeRef(a: string);
}
