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