import type { View, ViewProps } from 'react-native'; export declare const prepareChildForNativeAd: (suffix: string) => (child: View & { props?: ViewProps; }) => View & { props?: ViewProps | undefined; }; //# sourceMappingURL=prepareChildForNativeAd.d.ts.map