import React from "react"; export declare const MjmlBody: ({ children, ...rest }: React.PropsWithChildren<{ width?: number | undefined; cssClass?: string; backgroundColor?: React.CSSProperties["backgroundColor"] | undefined; }>) => React.DOMElement<{}, Element>;