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