import type { MiniMapProps } from './types'; declare const Minimap: import("svelte").Component; type Minimap = ReturnType; export default Minimap;