import type { WebViewProps } from "../../types/components/web-view";
declare const WebView: import("svelte").Component<WebViewProps, {}, "">;
type WebView = ReturnType<typeof WebView>;
export default WebView;
