import { InjectionToken } from "@angular/core"; export declare const DATETIMEPICKER_MODE: InjectionToken<'date' | 'time' | 'datetime'>; export declare const DATETIMEPICKER_SHOW_TODAY: InjectionToken; export declare const DATETIMEPICKER_DATE_DISPLAY_FORMAT: InjectionToken; export declare const DATETIMEPICKER_DATE_EDIT_FORMAT: InjectionToken; export declare const DATETIMEPICKER_DATETIME_DISPLAY_FORMAT: InjectionToken; export declare const DATETIMEPICKER_DATETIME_EDIT_FORMAT: InjectionToken; export declare const DATETIMEPICKER_SECONDS: InjectionToken; export declare const DATETIMEPICKER_LOCAL: InjectionToken;