import { ConfigPlugin } from '@expo/config-plugins'; /** * iOS config plugin for react-native-pdf-jsi * * Configures the iOS project to support the PDF library: * - Ensures PDFKit framework is properly linked (handled automatically by CocoaPods) * * Note: Most iOS configuration is handled by the podspec file. * This plugin exists for any additional Xcode project modifications if needed. */ export declare const withPdfJsiIos: ConfigPlugin;