import { PackageIntl } from "../i18n"; export declare const MESSAGES_BY_LOCALE: Record<"en" | "de", Record>; export declare function ErrorScreen(props: { intl: PackageIntl; error: Error; }): import("react/jsx-runtime").JSX.Element;