type ConfigOptions = { customScript?: { id: string; category: string; service: string; }; }; /** * @param html The HTML to be parsed into React. * @returns React elements representing the input HTML, with elements replaced with NextJS . */ export default function htmlToReact(html: string, configOptions?: ConfigOptions): string | import("react").JSX.Element | import("react").JSX.Element[]; export {}; //# sourceMappingURL=html-to-react.d.ts.map