export declare const ScheduleI18n: {
    views: {
        day: string;
        week: string;
        month: string;
        workWeek: string;
        dayList: string;
        weekList: string;
    };
    buttons: {
        addEvent: string;
    };
    scaleNotFound: string;
};
//# sourceMappingURL=schedule-i18n.d.ts.map