export interface Translations { readonly emptyFeedTitle: string; readonly emptyFeedBody: string; readonly notifications: string; readonly poweredBy: string; readonly markAllAsRead: string; readonly archiveNotification: string; readonly all: string; readonly unread: string; readonly read: string; readonly unseen: string; } export interface I18nContent { readonly translations: Partial; readonly locale: string; } export declare const locales: { en: I18nContent; de: I18nContent; }; //# sourceMappingURL=index.d.ts.map