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; xy: GeographicShapeSeriesBaseView; ri(a: SeriesView): void; yl: string; protected get_fh(): boolean; protected get_ef(): boolean; x6: boolean; x5: boolean; protected x3: boolean; protected x2: boolean; xx: ShapeItemSearchMode; x9: number; ya: string; xw: BrushScale; x4: boolean; x8: number; assigningShapeStyle: (sender: any, args: AssigningShapeStyleEventArgs) => void; assigningShapeMarkerStyle: (sender: any, args: AssigningShapeMarkerStyleEventArgs) => void; protected rr(a: any, b: string, c: any, d: any): void; private yo; private yn; private yp; private yq; private xz; private x1; get x0(): ShapefileConverter; set x0(a: ShapefileConverter); x7: number; protected get_he(): boolean; protected set_he(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; }