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;
    };
    dateFormat: string;
    monthFormat: string;
    dateTimeFormat: string;
    weekFormat: string;
};
export default locale;
