import { InjectionToken } from '@angular/core';
import { NzI18nInterface } from './nz-i18n.interface';
export declare const NZ_I18N: InjectionToken<NzI18nInterface>;
/** Locale for date operations, should import from date-fns, see example: https://github.com/date-fns/date-fns/blob/v1.30.1/src/locale/zh_cn/index.js */
export declare const NZ_DATE_LOCALE: InjectionToken<any>;
