import { NativeAd } from './NativeAd'; import React, { RefObject } from 'react'; import type GoogleMobileAdsNativeView from '../../specs/components/GoogleMobileAdsNativeViewNativeComponent'; type NativeAdContextType = { nativeAd: NativeAd; viewRef: RefObject | null>; }; export declare const NativeAdContext: React.Context; export {}; //# sourceMappingURL=NativeAdContext.d.ts.map