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 f1;
    get colorScale(): ColorScaleDescription;
    set colorScale(a: ColorScaleDescription);
    private f6;
    get colorMemberPath(): string;
    set colorMemberPath(a: string);
    private f0;
    get actualColorScale(): ColorScaleDescription;
    set actualColorScale(a: ColorScaleDescription);
    private f4;
    get colorMemberAsLegendLabel(): string;
    set colorMemberAsLegendLabel(a: string);
    private f5;
    get colorMemberAsLegendUnit(): string;
    set colorMemberAsLegendUnit(a: string);
}
