/// import { MockEmittingWrapper } from '@bespunky/angular-google-maps/core/testing'; import { IGoogleMap } from '@bespunky/angular-google-maps/core'; import { IGoogleMapsNativeDrawableOverlay, IGoogleMapsDrawableOverlay, OverlayType } from '@bespunky/angular-google-maps/overlays'; export declare class MockDrawableOverlay extends MockEmittingWrapper implements IGoogleMapsDrawableOverlay { native: TNative; map: IGoogleMap; type: OverlayType; constructor(map: IGoogleMap, native: TNative); attach(map: IGoogleMap): void; detach(): void; getBounds(): google.maps.LatLngBounds; }