import React from "react"; declare const EmailLayout: ({ children }: React.PropsWithChildren) => React.JSX.Element; export default EmailLayout;