import { FC } from 'react'; interface HTMLRendererProps { html?: string; } declare const HTMLRenderer: FC; export default HTMLRenderer;