import type { PluginFn } from 'edge.js/types';
/**
 * Registers mjml component to convert email markup
 * to HTML
 */
export declare const mailPluginEdge: PluginFn<undefined>;
