declare const getMonth: (value: any) => number; declare const getDay: (value: any) => number; declare const getYear: (value: any) => number; declare const getMinDate: any; declare const getMaxDate: (value: any) => Date; declare const getRegex: (type: any) => "^[0-9-]*$" | ""; declare const getInitialDate: (date: any, format?: any) => Date; declare const getStartDate: (date: any) => Date; declare const getEndDate: (date: any, startDate: any) => Date; declare const getFormat: (value: any, characterSeperator?: any) => string; declare let StandardZoneOptions: (defaultZone: any) => any[]; declare const getInitialTime: (value: any) => string; declare let DSTZoneOptions: any[]; declare let formatTZLabel: (lbl: any, val: any, tzOffSet: any, date?: any) => any; declare const getInitialTimeZone: (inputZone: any, ZoneOptions: any) => any; export declare const getCurrentZoneObject: (zoneValueOffset: any, filteredTimezones: any, selectedDateTime?: Date) => any; declare const defaultTimezone: (zoneValue: any, userDefinedZone?: string, selectedDateTime?: any) => any; export { getMonth, getDay, getYear, getMinDate, getMaxDate, getRegex, getInitialDate, getStartDate, getEndDate, getFormat, StandardZoneOptions, getInitialTimeZone, getInitialTime, DSTZoneOptions, defaultTimezone, formatTZLabel };