import { i18n } from "@x-viewer/core"; export declare const en: { select: string; move: string; rotate: string; scale: string; worldSpace: string; localSpace: string; }; export declare const zh: { select: string; move: string; rotate: string; scale: string; worldSpace: string; localSpace: string; }; export declare const TRANSFORM_I18N_NAMESPACE: "transform"; export { i18n }; export type TransformTranslationKey = keyof typeof en; export declare function t(key: TransformTranslationKey): string;