import { InjectionToken } from '@angular/core'; export declare const TIME_TIMEZONE_STRING: InjectionToken; export declare const TIME_MERIDIEM: InjectionToken; export declare const DATE_TIMEZONE_OVERRIDE: InjectionToken;