import { Description } from "./Description";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class DataContextDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    private static __marshalByValue;
    private static __marshalByValueAlias;
    constructor();
    private r;
    get itemRef(): string;
    set itemRef(a: string);
    private o;
    get actualItemBrush(): string;
    set actualItemBrush(a: string);
    private t;
    get outline(): string;
    set outline(a: string);
    private q;
    get itemLabelRef(): string;
    set itemLabelRef(a: string);
    private p;
    get itemBrush(): string;
    set itemBrush(a: string);
    private l;
    get thickness(): number;
    set thickness(a: number);
    private s;
    get legendLabelRef(): string;
    set legendLabelRef(a: string);
}
