import React from "react"; import "./index.less"; interface Props { html: string; className?: string; } export declare const HTMLContent: ({ html, className }: Props) => React.JSX.Element; export {};