import { GeographicMapSeriesHostDescription } from "./GeographicMapSeriesHostDescription";
import { BrushScaleDescription } from "./BrushScaleDescription";
import { ShapeDataSourceDescription } from "./ShapeDataSourceDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare abstract class GeographicShapeSeriesBaseDescription extends GeographicMapSeriesHostDescription {
    static $t: Type;
    protected get_type(): string;
    constructor();
    private fw;
    get shapeMemberPath(): string;
    set shapeMemberPath(a: string);
    private fi;
    get isCustomShapeStyleAllowed(): boolean;
    set isCustomShapeStyleAllowed(a: boolean);
    private fh;
    get isCustomShapeMarkerStyleAllowed(): boolean;
    set isCustomShapeMarkerStyleAllowed(a: boolean);
    private fv;
    get itemSearchMode(): string;
    set itemSearchMode(a: string);
    private fp;
    get itemSearchThreshold(): number;
    set itemSearchThreshold(a: number);
    private fu;
    get fillMemberPath(): string;
    set fillMemberPath(a: string);
    private fc;
    get fillScale(): BrushScaleDescription;
    set fillScale(a: BrushScaleDescription);
    private fg;
    get fillScaleUseGlobalValues(): boolean;
    set fillScaleUseGlobalValues(a: boolean);
    private fo;
    get itemSearchPointsThreshold(): number;
    set itemSearchPointsThreshold(a: number);
    private fe;
    get shapefileDataSource(): ShapeDataSourceDescription;
    set shapefileDataSource(a: ShapeDataSourceDescription);
    private fm;
    get shapeFilterResolution(): number;
    set shapeFilterResolution(a: number);
    private ft;
    get assigningShapeStyleRef(): string;
    set assigningShapeStyleRef(a: string);
    private fs;
    get assigningShapeMarkerStyleRef(): string;
    set assigningShapeMarkerStyleRef(a: string);
}
