export declare class DateUtils { static getLocalTime(time: any): string; static getLocalDateFormat(date: any): string; static getLocalTimeWithDay(time: any): string; static getTimeZoneAbbr(): any; static getUTCMillies(date: any): number; static getSelectedLocalTime(dateValue: any, time: any): string; static getUpdateCaseLocalTime(dateValue: any): string; static getLocalTimeFromUTC(time: any): string; }