import { RouterWidget } from '@oinone/kunlun-vue-router'; /** * 无模块需要国际化的路由页面 */ export declare class BaseI18nRouterWidget extends RouterWidget { protected moduleName: string; protected isoStorageKey: string; protected translateBrowserTitle: boolean; protected beforeMount(): void; }