import type { MarkerManager } from './marker-manager.js'; /** * Creates marker action controls (edit/delete buttons) on the left side of the container * Similar to zoom controls but for marker actions * * @param container - Container element * @param markerManager - Marker manager instance * @returns HTML element containing the controls */ export declare function createMarkerActionControls(container: HTMLElement, markerManager: MarkerManager): HTMLElement; //# sourceMappingURL=marker-action-controls.d.ts.map