import { ReactNode } from 'react'; export declare function EmailLayout(props: { title: string; preview: string; children: ReactNode; }): import("react/jsx-runtime").JSX.Element;