declare namespace _default {
    const today: string;
    const now: string;
    const backToToday: string;
    const ok: string;
    const clear: string;
    const month: string;
    const year: string;
    const timeSelect: string;
    const dateSelect: string;
    const monthSelect: string;
    const yearSelect: string;
    const decadeSelect: string;
    const yearFormat: string;
    const dateFormat: string;
    const dayFormat: string;
    const dateTimeFormat: string;
    const monthBeforeYear: boolean;
    const previousMonth: string;
    const nextMonth: string;
    const previousYear: string;
    const nextYear: string;
    const previousDecade: string;
    const nextDecade: string;
    const previousCentury: string;
    const nextCentury: string;
}
export default _default;
