import { FC } from 'react'; import { CSWebViewProps } from '../types/types'; /** * CSWebView is a wrapper around the React Native WebView component. * * @param children - The child webview component to render. */ export declare const CSWebView: FC;