/*! * Plugin created for Expo Share Intent (https://github.com/achorein/expo-share-intent) * author: achorein (https://github.com/achorein) * * inspired by: https://forums.expo.dev/t/how-to-edit-android-manifest-was-build/65663/4 */ import { ConfigPlugin } from "@expo/config-plugins"; import { Parameters } from "../types"; export declare const withAndroidMainActivityAttributes: ConfigPlugin;