import { SeriesDescription } from "./SeriesDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare abstract class GeographicMapSeriesHostDescription extends SeriesDescription {
    static $t: Type;
    protected get_type(): string;
    constructor();
    private fa;
    get visibleFromScale(): number;
    set visibleFromScale(a: number);
}
