import React from "react"; export declare const MjmlAll: ({ children, ...rest }: { [key: string]: any; children?: React.ReactNode | undefined; }) => React.DOMElement<{}, Element>;