import { GeographicMarkerSeriesDescription } from "./GeographicMarkerSeriesDescription";
import { SizeScaleDescription } from "./SizeScaleDescription";
import { BrushScaleDescription } from "./BrushScaleDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class GeographicProportionalSymbolSeriesDescription extends GeographicMarkerSeriesDescription {
    static $t: Type;
    protected get_type(): string;
    constructor();
    private ek;
    get latitudeMemberPath(): string;
    set latitudeMemberPath(a: string);
    private el;
    get longitudeMemberPath(): string;
    set longitudeMemberPath(a: string);
    private em;
    get radiusMemberPath(): string;
    set radiusMemberPath(a: string);
    private dx;
    get radiusScale(): SizeScaleDescription;
    set radiusScale(a: SizeScaleDescription);
    private ej;
    get labelMemberPath(): string;
    set labelMemberPath(a: string);
    private eh;
    get fillMemberPath(): string;
    set fillMemberPath(a: string);
    private dv;
    get fillScale(): BrushScaleDescription;
    set fillScale(a: BrushScaleDescription);
    private dz;
    get fillScaleUseGlobalValues(): boolean;
    set fillScaleUseGlobalValues(a: boolean);
    private d2;
    get markerOutlineUsesFillScale(): boolean;
    set markerOutlineUsesFillScale(a: boolean);
    private ea;
    get markerOutlineBrightness(): number;
    set markerOutlineBrightness(a: number);
    private d9;
    get markerBrushBrightness(): number;
    set markerBrushBrightness(a: number);
    private d3;
    get radiusScaleUseGlobalValues(): boolean;
    set radiusScaleUseGlobalValues(a: boolean);
    private d1;
    get isCustomScatterStyleAllowed(): boolean;
    set isCustomScatterStyleAllowed(a: boolean);
    private d0;
    get isCustomScatterMarkerStyleAllowed(): boolean;
    set isCustomScatterMarkerStyleAllowed(a: boolean);
    private ei;
    get itemSearchMode(): string;
    set itemSearchMode(a: string);
    private ed;
    get itemSearchThreshold(): number;
    set itemSearchThreshold(a: number);
    private eg;
    get assigningScatterStyleRef(): string;
    set assigningScatterStyleRef(a: string);
    private ef;
    get assigningScatterMarkerStyleRef(): string;
    set assigningScatterMarkerStyleRef(a: string);
}
