import Dictionary from './dictionary/dictionary'; declare const _default: { Dictionary: typeof Dictionary; DictionaryModel: { namespace: string; state: { gDictionary: {}; }; effects: {}; reducers: { saveDictionary(state: any): any; }; }; jltIntl: { getLanguage: (lan: string | undefined, _this: any, callback: any) => void; addLanguage: (params: any) => void; checkLanguageAdd: (err: any, data: any, _this: any) => void; chooseLocal: (local: string, appLocaleEN?: any, appLocaleZH?: any, messageData?: {}) => any; initDefaultMessage: typeof import("../../../../../../../Users/sinoservices/Documents/jltGitlab/jlt-design/components/j-util/jlt-intl/initDefaultMessage").default; }; global: (config: { readLocalMenu: any; }, getMenuData: () => any[]) => { namespace: string; state: { collapsed: boolean; notices: never[]; load: boolean; menudata: any[]; urlConfig: string; locals: any; localMessage: {}; }; effects: { setLocalState({ payload }: any, { call }: any): IterableIterator; fetchMenu(_: any, { call, put }: any): IterableIterator; }; reducers: { saveLocalMessage(state: { localMessage: any; }, { payload }: any): { localMessage: any; }; changeLayoutCollapsed(state: any, { payload }: any): any; saveUrlConfig(state: any, { payload }: any): any; setLocalState(state: any, { payload }: any): any; saveMenu(state: any, { payload }: any): any; checkMenu(state: { menudata: { length: number; }; }, { payload }: any): { menudata: { length: number; }; }; }; subscriptions: { setup({ history, dispatch }: any): any; }; }; }; export default _default;