import React from 'react'; declare const MyMapBackground: React.FC<{ x: number; y: number; size: number; }>; export default MyMapBackground; //# sourceMappingURL=MyMapBackground.d.ts.map