export declare const employeeData: {
    email: string;
    contact_no: string;
    department_name: string;
    sub_department_name: string;
}[];
