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