/** * @private */ export declare const DATE_SHORT: Pick; export declare const DATE_MED: Pick; export declare const DATE_MED_WITH_WEEKDAY: Pick; export declare const DATE_FULL: Pick; export declare const DATE_HUGE: Pick; export declare const TIME_SIMPLE: Pick; export declare const TIME_WITH_SECONDS: Pick; export declare const TIME_WITH_SHORT_OFFSET: Pick; export declare const TIME_WITH_LONG_OFFSET: Pick; export declare const TIME_24_SIMPLE: Pick; export declare const TIME_24_WITH_SECONDS: Pick; export declare const TIME_24_WITH_SHORT_OFFSET: Pick; export declare const TIME_24_WITH_LONG_OFFSET: Pick; export declare const DATETIME_SHORT: Pick; export declare const DATETIME_SHORT_WITH_SECONDS: Pick; export declare const DATETIME_MED: Pick; export declare const DATETIME_MED_WITH_SECONDS: Pick; export declare const DATETIME_MED_WITH_WEEKDAY: Pick; export declare const DATETIME_FULL: Pick; export declare const DATETIME_FULL_WITH_SECONDS: Pick; export declare const DATETIME_HUGE: Pick; export declare const DATETIME_HUGE_WITH_SECONDS: Pick;