/** * Creates an SVG icon element for edit action * @returns SVG string for edit icon with warm orange background */ export declare function createEditIconSVG(): string; /** * Creates an SVG icon element for delete action * @returns SVG string for delete icon with warm orange background */ export declare function createDeleteIconSVG(): string; /** * Creates an SVG icon element for zoom in action * @returns SVG string for zoom in icon with warm orange background */ export declare function createZoomInIconSVG(): string; /** * Creates an SVG icon element for zoom out action * @returns SVG string for zoom out icon with warm orange background */ export declare function createZoomOutIconSVG(): string; //# sourceMappingURL=marker-icons.d.ts.map