export const isSupportingDateTimeFormat: boolean; export function localeDateStringNative(d: any): any; export function localeTimeStringNative(d: any): any; export function xAxisTimeStringNative(d: any): string; export function isProperTimezone(timeZone: any): boolean; export function getDateWithOffset(date: any, offset: any): moment.Moment; export function useDateTime(): { localeDateString: (d: any) => any; localeTimeString: (d: any) => any; xAxisDateString: (date: any) => any; xAxisTimeString: (date: any) => any; utcOffset: string | number; }; import moment from "moment";