export declare function usePreviewEmail(): { html: string; reactNode: import("react").ReactNode; errMsg: import("react").ReactNode; mobileWidth: number; };