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; requestParams?: Record; width?: number; height?: number; config?: typeof defConfig; }>; //# sourceMappingURL=index.android.d.ts.map