import { GeographicMapSeriesHost } from "./GeographicMapSeriesHost"; import { ShapeItemSearchMode } from "igniteui-react-charts"; import { BrushScale } from "igniteui-react-charts"; import { ShapefileConverter } from "igniteui-react-core"; import { SeriesView } from "igniteui-react-charts"; import { Type } from "igniteui-react-core"; import { AssigningShapeStyleEventArgs } from "igniteui-react-charts"; import { AssigningShapeMarkerStyleEventArgs } from "igniteui-react-charts"; import { HostSeriesView } from "./HostSeriesView"; /** * @hidden */ export declare abstract class GeographicShapeSeriesBase extends GeographicMapSeriesHost { static $t: Type; protected ct(): SeriesView; xx: GeographicShapeSeriesBaseView; rh(a: SeriesView): void; yk: string; protected get_fh(): boolean; protected get_ef(): boolean; x5: boolean; x4: boolean; protected x2: boolean; protected x1: boolean; xw: ShapeItemSearchMode; x8: number; x9: string; xv: BrushScale; x3: boolean; x7: number; assigningShapeStyle: (sender: any, args: AssigningShapeStyleEventArgs) => void; assigningShapeMarkerStyle: (sender: any, args: AssigningShapeMarkerStyleEventArgs) => void; protected rq(a: any, b: string, c: any, d: any): void; private yn; private ym; private yo; private yp; private xy; private x0; get xz(): ShapefileConverter; set xz(a: ShapefileConverter); x6: number; protected get_hd(): boolean; protected set_hd(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; }