/// <reference types="react" />
export { default as AdRewarded } from './rewarded';
export { default as AdInterstitial } from './interstitial';
export { default as AdBanner } from './banner';
export { InterstitialEventTypes, RewardedEventTypes } from './resources';
export { AdBannerType, YA_NATIVE_ID as NativeAdTypes } from './resources';
export declare const AdNative: {
    Container: any;
    View: import("react").ForwardRefExoticComponent<import("react").RefAttributes<unknown>>;
    Image: (props: any) => JSX.Element;
    Media: import("react").FC<import("./components").AdMediaProps>;
    Text: import("react").FC<import("react-native").TextProps>;
};
declare const YandexAds: {
    initialize: (isDebug?: boolean, userLocation?: boolean, userConsent?: boolean) => any;
};
export default YandexAds;
//# sourceMappingURL=index.d.ts.map