import { TRenderProps } from "./types.t.cjs"; export declare function RenderEmail({ body, mode, shouldRenderOnlyMain, ...props }: TRenderProps): import("react/jsx-runtime").JSX.Element | import("react/jsx-runtime").JSX.Element[];