interface GroundOverlayProps extends map4d.GroundOverlayOptions { map?: map4d.Map; onCreated?: (groundOverlay: map4d.GroundOverlay) => void; } declare const MFGroundOverlay: (props: GroundOverlayProps) => any; export default MFGroundOverlay;