import { ConfigPlugin } from "expo/config-plugins"; import type { BBPlayerPluginProps } from "./index"; /** * Adds the Blue Billywig Maven repository to the Android project's build.gradle */ export declare const withAndroidBBPlayer: ConfigPlugin; //# sourceMappingURL=withAndroid.d.ts.map