/** * Sets up native portal support for React Native. * Call this function early in your app (e.g., in index.js) to enable native portals. * * This is opt-in to avoid compatibility issues with RN 0.81+ where the * react-native shim imports can fail with "property is not writable" errors. */ export declare const setupNativePortal: () => void; //# sourceMappingURL=native-portal.d.ts.map