/**
 * @license
 * Copyright Alibaba.com All Rights Reserved.
 *
 * Use of this source code is governed by an MIT-style license that can be
 * found in the LICENSE file at https://github.com/NG-ZORRO/ng-zorro-antd/blob/master/LICENSE
 */
declare const locale: {
    lang: {
        today: string;
        now: string;
        backToToday: string;
        ok: string;
        clear: string;
        month: string;
        year: string;
        timeSelect: string;
        dateSelect: string;
        monthSelect: string;
        yearSelect: string;
        decadeSelect: string;
        yearFormat: string;
        dateFormat: string;
        dayFormat: string;
        dateTimeFormat: string;
        monthBeforeYear: boolean;
        previousMonth: string;
        nextMonth: string;
        previousYear: string;
        nextYear: string;
        previousDecade: string;
        nextDecade: string;
        previousCentury: string;
        nextCentury: string;
        placeholder: string;
        rangePlaceholder: string[];
    };
    timePickerLocale: {
        placeholder: string;
    };
};
export default locale;
