import { type CSSProperties } from 'react'; declare const MobileWebview: ({ src, style, }: { src: string; style?: CSSProperties; }) => import("react/jsx-runtime").JSX.Element; export { MobileWebview };