/** * Map List HTML Export * * Generate a list-only HTML page when no geocoded points are available. * Shows all activities in a nice list format with category emojis. */ import { type GeocodedActivity, type MapConfig } from '../types'; /** * Generate a list-only HTML page when no geocoded points are available. */ export declare function generateListOnlyHTML(suggestions: readonly GeocodedActivity[], config: MapConfig): string; //# sourceMappingURL=map-list-html.d.ts.map