declare const _default: { name: string; months: string[]; weekdays: string[]; yearFormat: string; weekFormat: string; }; export default _default;