//#region src/internal/HtmlEmbed.d.ts
interface HtmlEmbedProps extends React.ComponentProps<'div'> {
  html: string;
}
declare function HtmlEmbed(props: HtmlEmbedProps): React.ReactElement;
//#endregion
export { HtmlEmbed };
//# sourceMappingURL=HtmlEmbed.d.cts.map