import { ConfigPlugin } from '@expo/config-plugins'; export interface IOSPluginOptions { cameraPermissionText: string; microphonePermissionText: string; enableMLKit: boolean; enableWebRTC: boolean; } /** * iOS configuration for react-native-smart-camera */ export declare const withSmartCameraIOS: ConfigPlugin;