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