/** * BigCrunch Mobile Ads SDK for React Native * * @packageDocumentation */ export { BigCrunchAds, default as BigCrunchAdsDefault } from './BigCrunchAds'; export { BigCrunchBannerView, default as BigCrunchBannerViewDefault } from './BigCrunchBannerView'; export { BigCrunchInterstitial, default as BigCrunchInterstitialDefault } from './BigCrunchInterstitial'; export { BigCrunchRewarded, default as BigCrunchRewardedDefault } from './BigCrunchRewarded'; import BigCrunchAds from './BigCrunchAds'; import BigCrunchInterstitial from './BigCrunchInterstitial'; import BigCrunchRewarded from './BigCrunchRewarded'; export * from './types'; export type { InitializationOptions, Environment, AdFormat, BannerSize, CustomSize, BigCrunchBannerViewProps, InterstitialAd, RewardedAd, AdEvent, AdEventListener, EventSubscription, AdError, AdRevenue, AppConfig, PlacementConfig, SessionInfo, DeviceContext, } from './types'; export { AdErrorCode } from './types'; export declare const SDK_VERSION: string; /** * Default export for convenience */ declare const _default: { BigCrunchAds: typeof BigCrunchAds; BigCrunchBannerView: import("react").FC; BigCrunchInterstitial: typeof BigCrunchInterstitial; BigCrunchRewarded: typeof BigCrunchRewarded; SDK_VERSION: string; }; export default _default; //# sourceMappingURL=index.d.ts.map