import React from 'react';
import { ViewProps } from 'react-native';
import { NativeAd } from './NativeAd';
export type NativeAdViewProps = ViewProps & {
    nativeAd: NativeAd;
};
export declare const NativeAdView: (props: NativeAdViewProps) => React.JSX.Element;
//# sourceMappingURL=NativeAdView.d.ts.map