import { ConfigPlugin } from '@expo/config-plugins'; export type IosScreenCaptureProps = { bundleId: string; appleTeamId: string; extensionName?: string; }; declare const withIosScreenCapture: ConfigPlugin; export default withIosScreenCapture;