import type { ViewerPluginCreator } from 'wix-rich-content-common'; import type { HtmlPluginViewerConfig } from './types'; import { HTML_TYPE } from './types'; export { HTML_TYPE }; export declare const pluginHtml: ViewerPluginCreator; //# sourceMappingURL=viewer.d.ts.map