import * as React from 'react'; import { render, Mjml, MjmlHead, MjmlTitle, MjmlPreview, MjmlBody, MjmlSection, MjmlColumn, MjmlButton, MjmlImage } from 'mjml-react'; import { MjmlComment, MjmlConditionalComment, MjmlTrackingPixel, MjmlYahooStyle } from 'mjml-react/extensions'; import { addQueryParams, fixConditionalComment, getTextAlign, namedEntityToHexCode, toMobileFontSize, useHttps } from 'mjml-react/utils'; function renderOutTestEmail() { // $ExpectType { html: string; errors: Error[]; } const result = render(( Last Minute Offer Last Minute Offer... I like it! ), { validationLevel: 'soft' }); }