import { type JSX } from "react"; import type { SurveyContainerProps, TSurvey } from "../types/survey"; interface SurveyWebViewProps { readonly survey: TSurvey; } export declare function SurveyWebView(props: SurveyWebViewProps): JSX.Element | null; /** Exported for tests — not re-exported from the package entry point. */ export declare const renderHtml: (options: Partial & { appUrl?: string; }) => string; export {}; //# sourceMappingURL=survey-web-view.d.ts.map