export declare function sendEmail({ to, subject, react, }: { to: string; subject: string; react: React.ReactElement; }): Promise<({ error: import("resend").ErrorResponse; data: null; } & { headers: Record | null; }) | ({ data: import("resend").CreateEmailResponseSuccess; error: null; } & { headers: Record | null; }) | { id: string; }>; //# sourceMappingURL=client.d.ts.map