import { FC } from 'react'; interface IWebview { uri: string; } /** * Custom webview component with loading. */ declare const WebView: FC; export { WebView as default };