import { IgxGeographicMapImagery } from "./igx-geographic-map-imagery"; import { IgxShapeSeriesBaseComponent } from "igniteui-angular-charts"; import { TileSeries } from "./TileSeries"; import * as i0 from "@angular/core"; /** * Represents a tile series class that can render imagery tiles */ export declare class IgxTileSeriesComponent extends IgxShapeSeriesBaseComponent { protected createImplementation(): TileSeries; /** * @hidden */ get i(): TileSeries; constructor(); /** * Gets whether the current series shows a tile imagery. */ get isTile(): boolean; static ngAcceptInputType_isTile: boolean | string; /** * The MapImagery which is used to provide the tiles for display. */ get tileImagery(): IgxGeographicMapImagery; set tileImagery(v: IgxGeographicMapImagery); findByName(name: string): any; /** * Defers rendering of the series */ deferredRefresh(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }