import { i18n } from "@x-viewer/core"; export declare const en: { property: string; tabMaterial: string; tabNode: string; nothingSelected: string; propertyNoUserData: string; propertyNoneVisible: string; propertyAddNameRequired: string; propertyAddNameDuplicate: string; duplicateMaterial: string; duplicateGeometry: string; recalculateNormalsOutside: string; recalculateNormalsInside: string; regenerateSmartUv: string; meshTools: string; applyTransform: string; flipFaces: string; flipNormals: string; generateTangents: string; originToGeometryCenter: string; geometryCenterToOrigin: string; originToGeometryBottom: string; geometryBottomToOrigin: string; exposure: string; toneMapping: string; background: string; skyWhite: string; skyBlack: string; skyGray: string; skyGradient1: string; skyTexture1: string; environmentMap: string; envDefault: string; envCity: string; envGrass: string; envSunset: string; animations: string; noAnimations: string; tabEnvironment: string; }; export declare const zh: { property: string; tabMaterial: string; tabNode: string; nothingSelected: string; propertyNoUserData: string; propertyNoneVisible: string; propertyAddNameRequired: string; propertyAddNameDuplicate: string; duplicateMaterial: string; duplicateGeometry: string; recalculateNormalsOutside: string; recalculateNormalsInside: string; regenerateSmartUv: string; meshTools: string; applyTransform: string; flipFaces: string; flipNormals: string; generateTangents: string; originToGeometryCenter: string; geometryCenterToOrigin: string; originToGeometryBottom: string; geometryBottomToOrigin: string; exposure: string; toneMapping: string; background: string; skyWhite: string; skyBlack: string; skyGray: string; skyGradient1: string; skyTexture1: string; environmentMap: string; envDefault: string; envCity: string; envGrass: string; envSunset: string; animations: string; noAnimations: string; tabEnvironment: string; }; export declare const PROPERTY_I18N_NAMESPACE: "property"; export { i18n }; export type PropertyTranslationKey = keyof typeof en; export declare function t(key: PropertyTranslationKey): string;