import type { RemarkDocxPlugin } from "../../types"; /** * A plugin to render "html" node. */ export declare const htmlPlugin: () => RemarkDocxPlugin;