import { a as StackClientApp } from "../client-app-CdAaCL3p.js"; //#region src/clickmap/clickmap-core.d.ts /** * Opens the clickmap overlay: mounts its own root element, injects its own * styles, and shows the bottom-centered panel. * * Returns a cleanup that tears everything down. `onClosed` fires exactly once, * when the overlay is closed (by the user or via the returned cleanup), so the * caller can let a later token event reopen it. */ declare function openClickmapOverlay(app: StackClientApp, onClosed: () => void): () => void; //#endregion export { openClickmapOverlay }; //# sourceMappingURL=clickmap-core.d.ts.map