import { FireCMSTranslations } from "../types/translations";
/**
 * English baseline translations for @firecms/core.
 *
 * This is the single source of truth for all default UI strings.
 * Override any key via the `translations` prop on FireCMS entry-point components.
 *
 * @group Core
 */
export declare const en: FireCMSTranslations;
