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 VIEW_CUBE_I18N_NAMESPACE: "viewCube"; export { i18n }; export type ViewCubeTranslationKey = keyof typeof en; export declare function t(key: ViewCubeTranslationKey | string): string;