/** * Injects the Contentsquare SDK in the native WebView found at the reference. * * @param {number} webViewTag the nativeTag of the WebView - from which we will extract the React Tag. */ export declare const injectWebView: (webViewTag: number) => void; /** * Removes the Contentsquare SDK injection in the native WebView found at the reference. * * @param {number} webViewTag the nativeTag of the WebView - from which we will extract the React Tag. */ export declare const removeWebViewInjection: (webViewTag: number) => void;