import { FC } from 'react';
import { StyleProp, ViewProps } from 'react-native';
import { DEFAULT_CONFIG as defConfig } from '../resources';
export declare const AdNative: FC<{
    adUnitId: string;
    style?: StyleProp<ViewProps>;
    requestParams?: Record<string, string>;
    width?: number;
    height?: number;
    config?: typeof defConfig;
}>;
//# sourceMappingURL=index.android.d.ts.map