import type { TReactNodeHandleRef } from '../AdManagerTypes';
export declare class NativeAdsManager {
    isValid: boolean;
    adUnitID: string;
    constructor(adUnitID: string, testDevices: string[]);
    static registerViewsForInteractionAsync(nativeAdViewTag: TReactNodeHandleRef, clickable: TReactNodeHandleRef[]): Promise<any>;
    /**
     * Set the native ad manager.
     */
    toJSON(): string;
}
