export interface NavigatorI18nInterface {
    monthsDescription: Array<string>;
    daysDescription: Array<string>;
}
//# sourceMappingURL=index.d.ts.map