import { IgxGeographicMapSeriesHostComponent } from "./igx-geographic-map-series-host-component"; import { GeographicShapeSeriesBaseBase } from "./GeographicShapeSeriesBaseBase"; import * as i0 from "@angular/core"; export declare abstract class IgxGeographicShapeSeriesBaseBaseComponent extends IgxGeographicMapSeriesHostComponent { /** * @hidden */ get i(): GeographicShapeSeriesBaseBase; constructor(); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }