import { GeographicMapImageryDescription } from "./GeographicMapImageryDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class CustomMapImageryDescription extends GeographicMapImageryDescription {
    static $t: Type;
    protected get_type(): string;
    constructor();
    private ad;
    get getTileImageUriRef(): string;
    set getTileImageUriRef(a: string);
}
