import { EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; export declare class CommonService { globalSearch: EventEmitter; private userData; constructor(); setUserData(user: any): void; formatDateTimeWithPrefs(): { timeZone: any; dateFormat: any; timeFormat: string; }; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }