import { i18n } from "@x-viewer/core"; export declare const en: { front: string; back: string; top: string; bottom: string; left: string; right: string; }; export declare const zh: { front: string; back: string; top: string; bottom: string; left: string; right: string; }; export declare const NAV_CUBE_I18N_NAMESPACE: "navCube"; export { i18n }; export type NavCubeTranslationKey = keyof typeof en; export declare function t(key: NavCubeTranslationKey | string): string;