/** * BigCrunchBannerView - React Native component for displaying banner ads */ import React from 'react'; import type { BigCrunchBannerViewProps } from './types'; /** * React component for displaying BigCrunch banner ads * * @example * ```tsx * console.log('Ad loaded')} * onAdFailedToLoad={(error) => console.error('Ad failed to load', error)} * /> * ``` */ export declare const BigCrunchBannerView: React.FC; export default BigCrunchBannerView; //# sourceMappingURL=BigCrunchBannerView.d.ts.map