export declare const CODE_VIEW_DESIGNER_LOCALE: { 'zh-CHS': { codeViewDesigner: { save: string; formDesigner: string; codeDesigner: string; saveCurrentTab: string; saveCurrentTabTip: string; find: string; collpaseOrExpandNavPanel: string; collpaseOrExpandNavPanelTip: string; openCommandPanel: string; formatDocument: string; formatDocumentTip: string; saveSuccess: string; saveFailed: string; saveSuccessAll: string; saveVailate: string; unsave: string; cancel: string; unsaveInfo: string; errorInfo: string; unsaveInfo2: string; saveAndJump: string; nosaveAndJump: string; close: string; closeOthers: string; closeRight: string; closeSaved: string; closeAll: string; expandAll: string; collapseAll: string; search: string; searchEmpty: string; }; }; "zh-CHT": { codeViewDesigner: { save: string; formDesigner: string; codeDesigner: string; saveCurrentTab: string; saveCurrentTabTip: string; find: string; collpaseOrExpandNavPanel: string; collpaseOrExpandNavPanelTip: string; openCommandPanel: string; formatDocument: string; formatDocumentTip: string; saveSuccess: string; saveFailed: string; saveSuccessAll: string; saveVailate: string; unsave: string; cancel: string; unsaveInfo: string; errorInfo: string; unsaveInfo2: string; saveAndJump: string; nosaveAndJump: string; close: string; closeOthers: string; closeRight: string; closeSaved: string; closeAll: string; expandAll: string; collapseAll: string; search: string; searchEmpty: string; }; }; 'en': { codeViewDesigner: { save: string; formDesigner: string; codeDesigner: string; saveCurrentTab: string; saveCurrentTabTip: string; find: string; collpaseOrExpandNavPanel: string; collpaseOrExpandNavPanelTip: string; openCommandPanel: string; openCommandPanelTip: string; formatDocument: string; formatDocumentTip: string; saveSuccess: string; saveFailed: string; saveSuccessAll: string; saveVailate: string; unsave: string; cancel: string; unsaveInfo: string; errorInfo: string; unsaveInfo2: string; saveAndJump: string; nosaveAndJump: string; close: string; closeOthers: string; closeRight: string; closeSaved: string; closeAll: string; expandAll: string; collapseAll: string; search: string; searchEmpty: string; }; }; }; export declare class DesignElementLocaleHandler { static getValue(key: string): any; }