import React from 'react'; import type { ComponentData } from 'ricos-content'; import type { LegacyEditorPluginConfig } from 'ricos-types'; export declare const HtmlViewer: React.FC<{ settings: LegacyEditorPluginConfig; componentData: ComponentData; iframeSandboxDomain?: string; isViewer?: boolean; }>; //# sourceMappingURL=html-viewer.d.ts.map