export declare const mailSubject: {
    forgotPasswordSubject: string;
    changePasswordSubject: string;
    welcomeSubject: string;
    passwordSetupSubject: string;
    companyAdminPasswordSetupSubject: string;
    emailVerificationSubject: string;
    emailChangeRequestSubject: string;
    demoRequestSubject: string;
    exceptionMail: string;
    subscriptionExpiry30Days: string;
    subscriptionExpiry15Days: string;
    subscriptionExpiry7Days: string;
    subscriptionExpiry2Days: string;
    subscriptionExpiry1Day: string;
    subscriptionExpired: string;
    projectThresholdAlert: string;
    projectBudgetFullAlert: string;
    leaveRequestApproved: string;
    leaveRequestRejected: string;
    leaveApprovalRequired: string;
    monthlyProjectReport: string;
    featuresShowcaseSubject: string;
};
