import React from 'react';
export interface MinimapProps {
    className?: string;
}
declare const Minimap: React.FC<MinimapProps>;
export default Minimap;
