import { GeographicMapSeriesHostDescription } from "./GeographicMapSeriesHostDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare abstract class GeographicShapeSeriesBaseBaseDescription extends GeographicMapSeriesHostDescription {
    static $t: Type;
    protected get_type(): string;
    constructor();
}
