import { FC } from '@dineug/r-html'; export type MinimapProps = {}; declare const Minimap: FC; export default Minimap;