// deck.gl // SPDX-License-Identifier: MIT // Copyright (c) vis.gl contributors export {default as GoogleMapsOverlay} from './google-maps-overlay'; export type {GoogleMapsOverlayProps} from './google-maps-overlay';