import { i18n } from "@x-viewer/core"; export declare const en: { pickPlaneSection: string; pickSectionPlane: string; axisSection: string; hideSectionPlane: string; showSectionPlane: string; reset: string; }; export declare const zh: { pickPlaneSection: string; pickSectionPlane: string; axisSection: string; hideSectionPlane: string; showSectionPlane: string; reset: string; }; export declare const SECTION_I18N_NAMESPACE: "section"; export { i18n }; export type SectionTranslationKey = keyof typeof en; export declare function t(key: SectionTranslationKey): string;