import { GeographicMapSeriesHost } from "./GeographicMapSeriesHost"; import { ShapeItemSearchMode } from "igniteui-angular-charts"; import { BrushScale } from "igniteui-angular-charts"; import { ShapefileConverter } from "igniteui-angular-core"; import { SeriesView } from "igniteui-angular-charts"; import { Type } from "igniteui-angular-core"; import { AssigningShapeStyleEventArgs } from "igniteui-angular-charts"; import { AssigningShapeMarkerStyleEventArgs } from "igniteui-angular-charts"; import { HostSeriesView } from "./HostSeriesView"; /** * @hidden */ export declare abstract class GeographicShapeSeriesBase extends GeographicMapSeriesHost { static $t: Type; protected ct(): SeriesView; xz: GeographicShapeSeriesBaseView; rj(a: SeriesView): void; ym: string; protected get_fh(): boolean; protected get_ef(): boolean; x7: boolean; x6: boolean; protected x4: boolean; protected x3: boolean; xy: ShapeItemSearchMode; ya: number; yb: string; xx: BrushScale; x5: boolean; x9: number; assigningShapeStyle: (sender: any, args: AssigningShapeStyleEventArgs) => void; assigningShapeMarkerStyle: (sender: any, args: AssigningShapeMarkerStyleEventArgs) => void; protected rs(a: any, b: string, c: any, d: any): void; private yp; private yo; private yq; private yr; private x0; private x2; get x1(): ShapefileConverter; set x1(a: ShapefileConverter); x8: number; protected get_hf(): boolean; protected set_hf(a: boolean): void; static $$p: string[]; } /** * @hidden */ export declare class GeographicShapeSeriesBaseView extends HostSeriesView { static $t: Type; constructor(a: GeographicShapeSeriesBase); private cu; ci(): void; cv(): void; cx(): void; cw(): void; }