import { FC } from 'react';
import type { StyleProp, ViewProps } from 'react-native';
export declare const AdNative: FC<{
    adUnitId: string;
    style?: StyleProp<ViewProps>;
    requestParams?: Record<string, string>;
    width?: number;
    heiheightght?: number;
}>;
//# sourceMappingURL=index.ios.d.ts.map