export default IconLayer; declare class IconLayer { constructor(props: any); map: any; PointLayer: any; gisLaryerIndex: any; isHide: any; data: any; iconLayerParser: any; iconLayerTextName: any; iconLayerTextFontsize: any; iconLayerTextColor: any; iconLayerTextPosition: any; iconLayerTextOffset: any; point: any; point2: any; showIcon: any; PopupLayer: any; Popup1: any; bubbleOptins: any; copyBubbleOptins: {}; iconHid: any; Popup: any; iconLayerIconColor: any; index: number; timer: NodeJS.Timeout; time: NodeJS.Timeout; isCycle: boolean; cyclePopupValue: any; scale: any; id: any; featureId: any; _init(): void; renderIcon(): void; cyclePopup(item: any, source: any): void; renderDom(feature: any): string; destroy(): void; }