import type { Marker as MarkerProps } from '../../types/map'; export declare function setMarkers(data: MarkerProps[]): import("@antv/l7").ILayer[];