import React from "react"; declare const emailError: (subject: string, e: Error, moreBody?: React.ReactNode) => Promise; export default emailError;