import { EmailBody } from "../email.config";
export declare function getUserContactUsTemplate(body: Partial<EmailBody>): string;
