import { GeographicShapeSeriesBase } from "./GeographicShapeSeriesBase"; import { GeographicMapImagery } from "./GeographicMapImagery"; import { Type } from "igniteui-angular-core"; import { Series } from "igniteui-angular-charts"; import { ImageTilesReadyEventArgs } from "./ImageTilesReadyEventArgs"; /** * @hidden */ export declare class GeographicTileSeries extends GeographicShapeSeriesBase { static $t: Type; protected bk(): Series; protected get_f7(): boolean; constructor(); get y4(): GeographicMapImagery; set y4(a: GeographicMapImagery); private y3; y8(): void; protected rs(a: any, b: string, c: any, d: any): void; private y2; protected xs(a: any, b: any): void; protected xm(): Series; imageTilesReady: (sender: any, e: ImageTilesReadyEventArgs) => void; private y7; }