export declare const leaveStatusNotificationEmail: (employeeName: string, leaveType: string, startDate: string, endDate: string, duration: number, status: string, comments?: string, approverName?: string) => string;
