import { ConfigPlugin } from "expo/config-plugins"; import type { BBPlayerPluginProps } from "./index"; /** * Configures iOS for the Blue Billywig Player SDK * * Note: BlueBillywigNativePlayerKit-iOS is available on CocoaPods trunk, * so no custom pod source is needed. * * The SDK is automatically linked via React Native's autolinking mechanism * through react-native.config.js. No manual pod configuration is needed. */ export declare const withIosBBPlayer: ConfigPlugin; //# sourceMappingURL=withIos.d.ts.map