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