export default Contourlaryer; declare class Contourlaryer { constructor(props: any); map: any; Line: any; data: any; line: any; polygon1: any; polygon2: any; Polygon: any; gisLaryerIndex: any; isHide: any; contourBackgroudColor: any; contourLineColor: any; contourLineStyle: any; contourLineSize: any; contourLineDashedInterval: any; contourLineDashedLength: any; contourFillBackgroud: any; contourFillBackgroudType: any; quantizeNumValue: any; contourLayerParser: any; builtInContourData: any; contourFields: any; PointLayer: any; point: any; contourTextFields: any; contourTextFontsize: any; contourTextColor: any; contourTextPosition: any; contourTextOffset: any; contourActive: any; contourActiveEvent: any; contourActiveColor: any; Popup: any; Tip: any; popup: any; bubbleOptins: any; index: number; timer: NodeJS.Timeout; time: NodeJS.Timeout; isCycle: boolean; cyclePopupValue: any; scale: any; id: any; featureId: any; _color(value: any): string; _init(): void; renderIcon(): void; cyclePopup(source: any): void; renderDom(feature: any): string; destroy(): void; }