import { WrapperFactoryProviderTest } from '@bespunky/angular-google-maps/core/testing'; /** * Performs setup and spec production for an **overlay** wrapper factory providers using the default `setupOverlayWrapperFactoryProviderTest()` as a setup function. * Also adds a `MockNativeDrawableOverlay` as the native injected into the wrapper. * * How: * Creates a testing section with the provider name using `describe()`, sets up the testing environment using the default setup function * and produces native factory provider specs using the `produceWrapperFactoryProviderSpecs()` function. * * @export * @param {(Omit)} testConfig The configuration for the test. */ export declare function testOverlayWrapperFactoryProvider(testConfig: Omit): void;