/** * Defaults i18n (es/en) del `val-rich-editor`. Auto-registrados en el * constructor (namespace `RichEditor`) — el consumer nunca los registra. */ export declare const RICH_EDITOR_I18N: { readonly es: { readonly bold: "Negrita"; readonly italic: "Cursiva"; readonly heading2: "Título"; readonly heading3: "Subtítulo"; readonly bulletList: "Lista con viñetas"; readonly orderedList: "Lista numerada"; readonly quote: "Cita"; readonly separator: "Separador"; readonly image: "Insertar imagen"; }; readonly en: { readonly bold: "Bold"; readonly italic: "Italic"; readonly heading2: "Heading"; readonly heading3: "Subheading"; readonly bulletList: "Bullet list"; readonly orderedList: "Numbered list"; readonly quote: "Quote"; readonly separator: "Separator"; readonly image: "Insert image"; }; };