import { Description } from "./Description";
import { RectDescription } from "./RectDescription";
import { Type } from "./type";
import { SeriesViewerDescription } from "./SeriesViewerDescription";
/**
 * @hidden
 */
export declare abstract class GeographicMapImageryDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private h;
    get windowRect(): RectDescription;
    set windowRect(a: RectDescription);
    private f;
    get geographicMap(): GeographicMapDescription;
    set geographicMap(a: GeographicMapDescription);
    private r;
    get referer(): string;
    set referer(a: string);
    private j;
    get isHorizontalWrappingEnabled(): boolean;
    set isHorizontalWrappingEnabled(a: boolean);
    private s;
    get userAgent(): string;
    set userAgent(a: string);
    private l;
    get opacity(): number;
    set opacity(a: number);
    private q;
    get imageTilesReadyRef(): string;
    set imageTilesReadyRef(a: string);
    private p;
    get imagesChangedRef(): string;
    set imagesChangedRef(a: string);
    private n;
    get cancellingImageRef(): string;
    set cancellingImageRef(a: string);
    private o;
    get downloadingImageRef(): string;
    set downloadingImageRef(a: string);
}
/**
 * @hidden
 */
export declare class GeographicMapDescription extends SeriesViewerDescription {
    static $t: Type;
    protected get_type(): string;
    constructor();
    private hc;
    get zoomable(): boolean;
    set zoomable(a: boolean);
    private ho;
    get resizeBehavior(): string;
    set resizeBehavior(a: string);
    private g9;
    get isHorizontalWrappingEnabled(): boolean;
    set isHorizontalWrappingEnabled(a: boolean);
    private hl;
    get backgroundTilingMode(): string;
    set backgroundTilingMode(a: string);
    private hb;
    get useWorldRectForZoomBounds(): boolean;
    set useWorldRectForZoomBounds(a: boolean);
    private ha;
    get suppressZoomResetOnWorldRectChange(): boolean;
    set suppressZoomResetOnWorldRectChange(a: boolean);
    private g6;
    get worldRect(): RectDescription;
    set worldRect(a: RectDescription);
    private g5;
    get actualWorldRect(): RectDescription;
    set actualWorldRect(a: RectDescription);
    private g3;
    get backgroundContent(): GeographicMapImageryDescription;
    set backgroundContent(a: GeographicMapImageryDescription);
    private hi;
    get windowScale(): number;
    set windowScale(a: number);
    private hh;
    get actualWindowScale(): number;
    set actualWindowScale(a: number);
    private hn;
    get imageTilesReadyRef(): string;
    set imageTilesReadyRef(a: string);
    private hp;
    get width(): string;
    set width(a: string);
    private hm;
    get height(): string;
    set height(a: string);
}
