import { Description } from "./Description";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class WebTabDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private j;
    get panel(): string;
    set panel(a: string);
    private g;
    get selected(): boolean;
    set selected(a: boolean);
    private f;
    get disabled(): boolean;
    set disabled(a: boolean);
}
