import base from "@egova/base"; export declare const SELECT_BOX_OPTIONS: any; /** * 线 */ export declare class SelectBox extends base.EventProvider implements base.ISelectBox { flagwindMap: base.MapView; private edit; id: string; element: HTMLDivElement; options: base.SelectBoxOptions; isActive: boolean; mode: string; layers: Array; constructor(flagwindMap: base.MapView, options: any); onCreateRecord(me: this, e: any): void; getLayerById(id: string): base.BusinessLayer; addLayer(layer: base.BusinessLayer): void; removeLayer(layer: base.BusinessLayer): void; deleteSelectBar(): void; show(): void; hide(): void; showSelectBar(): void; clear(): void; active(mode: string): void; destroy(): void; }