import { IgcGeographicMapSeriesHostComponent } from "./igc-geographic-map-series-host-component"; import { GeographicShapeSeriesBaseBase } from "./GeographicShapeSeriesBaseBase"; export declare abstract class IgcGeographicShapeSeriesBaseBaseComponent extends IgcGeographicMapSeriesHostComponent { /** * @hidden */ get i(): GeographicShapeSeriesBaseBase; constructor(); connectedCallback(): void; disconnectedCallback(): void; private static _observedAttributesIgcGeographicShapeSeriesBaseBaseComponent; static get observedAttributes(): string[]; }