import type { EventToContinueEvent, RequestDownloadEvent } from '../messages/webMessages/unitComponentsMessages'; import WebView from 'react-native-webview'; export declare const getInfoParams: () => Promise<{ [key: string]: string; }>; export interface DownloadResult { url: string; error?: string; } export declare const handleRequestDownload: (details: RequestDownloadEvent) => Promise; export declare const injectEventToContinue: (currentWeb: WebView | null, eventToContinueEvent: EventToContinueEvent) => void; //# sourceMappingURL=WebComponent.utils.d.ts.map