declare const de: {
    header: {
        title: string;
        'mark-all-read': string;
    };
    notification: {
        'mark-as-read': string;
        'mark-as-unread': string;
        delete: string;
        menu: string;
    };
    'web-push-notifications': {
        notice: string;
        'enable-now': string;
    };
    messages: {
        'empty-inbox': string;
    };
    preferences: {
        title: string;
        toggle: string;
        close: string;
    };
};
export default de;
