/** * Shown while the renderer is drawing the current plane below full detail * (`mudlet-map-renderer`'s LOD tiers, see scene.ts). Without it the degraded * tiers are silent: `roomsOnly` looks like a map that lost its exits, and * `raster` looks like a map that stopped responding to clicks. Both are * zoom-based, so the fix is always "zoom in". */ export declare function LodBadge(): import("react").JSX.Element | null;