import { FC } from "react";

//#region src/html/HTMLRendererPlugin.d.ts
type HTMLRendererPluginProps = {
  html: string;
  userComponents?: Record<string, any>;
};
declare const HTMLRendererPlugin: FC<HTMLRendererPluginProps>;
//#endregion
export { HTMLRendererPlugin };
//# sourceMappingURL=HTMLRendererPlugin.d.ts.map