import { PieChartBaseDescription } from "./PieChartBaseDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class PieChartDescription extends PieChartBaseDescription {
    static $t: Type;
    private d2;
    get width(): string;
    set width(a: string);
    private d1;
    get height(): string;
    set height(a: string);
    private d0;
    get background(): string;
    set background(a: string);
    protected get_type(): string;
    constructor();
}
