import { ScatterTriangulationSeriesDescription } from "./ScatterTriangulationSeriesDescription";
import { ColorScaleDescription } from "./ColorScaleDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class ScatterAreaSeriesDescription extends ScatterTriangulationSeriesDescription {
    static $t: Type;
    protected get_type(): string;
    constructor();
    private dw;
    get colorScale(): ColorScaleDescription;
    set colorScale(a: ColorScaleDescription);
    private d1;
    get colorMemberPath(): string;
    set colorMemberPath(a: string);
    private dv;
    get actualColorScale(): ColorScaleDescription;
    set actualColorScale(a: ColorScaleDescription);
    private dz;
    get colorMemberAsLegendLabel(): string;
    set colorMemberAsLegendLabel(a: string);
    private d0;
    get colorMemberAsLegendUnit(): string;
    set colorMemberAsLegendUnit(a: string);
}
