/** * Compile an EasyEmail Pro `content` tree into responsive HTML using the same * pipeline the editor's Save action runs (`EditorCore.toMJML` → mjml-browser). * * Used by the starter-template picker so the preview reflects exactly what the * editor would output — never stale, even if the starter JSON predates the * current MJML compiler. */ export declare const renderEmailHtml: (content: any) => Promise; //# sourceMappingURL=render-preview.d.ts.map