import { LegendBaseDescription } from "./LegendBaseDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class LegendDescription extends LegendBaseDescription {
    static $t: Type;
    private ad;
    get width(): string;
    set width(a: string);
    private z;
    get height(): string;
    set height(a: string);
    protected get_type(): string;
    constructor();
    private aa;
    get orientation(): string;
    set orientation(a: string);
    private ab;
    get textColor(): string;
    set textColor(a: string);
    private ac;
    get textStyle(): string;
    set textStyle(a: string);
}
