import { LanguagesContent } from '../../../services/i18n/types'; /** * Defaults i18n (es/en) embebidos en `val-notification-preferences-view`. * Auto-registrados en el constructor del componente si el consumer no proveyó * el namespace (`Settings.Notifications` por default). SOLO incluye las keys que * la vista usa. * * Portado del override `Settings.Notifications` (showcase) bajo el proceso de * ADR-021. */ export declare const NOTIFICATION_PREFERENCES_VIEW_I18N: LanguagesContent;