import { i18n } from "@x-viewer/core"; export declare const en: { treeView: string; treeSearchPlaceholder: string; nothingLoaded: string; focus: string; select: string; deselect: string; hide: string; show: string; delete: string; export: string; }; export declare const zh: { treeView: string; treeSearchPlaceholder: string; nothingLoaded: string; focus: string; select: string; deselect: string; hide: string; show: string; delete: string; export: string; }; export declare const TREE_VIEW_I18N_NAMESPACE: "treeView"; export { i18n }; export type TreeViewTranslationKey = keyof typeof en; export declare function t(key: TreeViewTranslationKey): string;