import * as React from 'react'; declare const SafeHTMLComponent: ({ html }: { html: string; }) => React.JSX.Element; export default SafeHTMLComponent;