import { GeographicShapeSeriesBase } from "./GeographicShapeSeriesBase"; import { GeographicMapImagery } from "./GeographicMapImagery"; import { Type } from "igniteui-react-core"; import { Series } from "igniteui-react-charts"; import { ImageTilesReadyEventArgs } from "./ImageTilesReadyEventArgs"; /** * @hidden */ export declare class GeographicTileSeries extends GeographicShapeSeriesBase { static $t: Type; protected bk(): Series; protected get_f6(): boolean; constructor(); get y2(): GeographicMapImagery; set y2(a: GeographicMapImagery); private y1; y6(): void; protected rq(a: any, b: string, c: any, d: any): void; private y0; protected xq(a: any, b: any): void; protected xk(): Series; imageTilesReady: (sender: any, e: ImageTilesReadyEventArgs) => void; private y5; }