import { GeographicShapeSeriesBaseDescription } from "./GeographicShapeSeriesBaseDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class GeographicPolylineSeriesDescription extends GeographicShapeSeriesBaseDescription {
    static $t: Type;
    protected get_type(): string;
    constructor();
    private dz;
    get shapeStyleSelectorRef(): string;
    set shapeStyleSelectorRef(a: string);
    private dx;
    get shapeFill(): string;
    set shapeFill(a: string);
    private dy;
    get shapeStroke(): string;
    set shapeStroke(a: string);
    private du;
    get shapeStrokeThickness(): number;
    set shapeStrokeThickness(a: number);
    private dt;
    get shapeOpacity(): number;
    set shapeOpacity(a: number);
    private d0;
    get styleShapeRef(): string;
    set styleShapeRef(a: string);
}
