/**
 * Abbreviated time zone name or similar information.
 */
declare function timezoneAbbr(date: any): string;
export default timezoneAbbr;
