import { Description } from "./Description";
import { RectDescription } from "./RectDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare abstract class GeographicMapImageryDescription extends Description {
    static $t: Type;
    protected get_type(): string;
    get type(): string;
    constructor();
    private k;
    get windowRect(): RectDescription;
    set windowRect(a: RectDescription);
    private u;
    get referer(): string;
    set referer(a: string);
    private m;
    get isHorizontalWrappingEnabled(): boolean;
    set isHorizontalWrappingEnabled(a: boolean);
    private v;
    get userAgent(): string;
    set userAgent(a: string);
    private o;
    get opacity(): number;
    set opacity(a: number);
    private t;
    get imageTilesReadyRef(): string;
    set imageTilesReadyRef(a: string);
    private s;
    get imagesChangedRef(): string;
    set imagesChangedRef(a: string);
    private q;
    get cancellingImageRef(): string;
    set cancellingImageRef(a: string);
    private r;
    get downloadingImageRef(): string;
    set downloadingImageRef(a: string);
}
