import { AnnoType } from '../utils/eventBus'; export declare const MENU = "menus"; export declare const TOKEN = "token"; export declare const IS_FOLD = "isFold"; export declare const USER_INFO = "userInfo"; export declare const USER_LIST = "userList"; export declare const ENTIRE_ROLES = "entireRoles"; export declare const KEYID = "LTAI4FvDVqNXSTHoAUqXGMfo"; export declare const CACHE_LOGIN_USER_INFO = "loginUserInfo"; export declare const KEYSECRET = "6wusVUYf8w9pW8YOJuGhRouYNHLnwY"; export declare const USER_DEFAULT_AVATAR: string; export declare const USER_DEFAULT_POPOVER_AVATAR: string; export declare const INVALID_FILENAME: RegExp; export declare const TABLIST: ({ id: number; name: string; showIcon: boolean; type: string; active: boolean; iconUpActive?: undefined; iconDownActive?: undefined; } | { id: number; name: string; showIcon: boolean; type: string; active: boolean; iconUpActive: boolean; iconDownActive: boolean; } | { id: number; name: string; showIcon: boolean; type: string; active?: undefined; iconUpActive?: undefined; iconDownActive?: undefined; })[]; export declare const CREATEITEM: { projectId: number; isCreat: boolean; operate: number; }[]; export declare const TABLE_TABS: { id: number; num: string; fileType: string; name: string; img: string; }[]; export declare const ACCOUNT_APP_ID = "wx74d8c813cb7fd518"; export declare const CHOOSETYPELIST: { id: number; name: string; data: number[]; }[]; export declare const FILETYPE: { id: number; name: string; data: number[]; }[]; export declare const BULK_OPERATION: { id: number; name: string; }[]; export declare const ALLOCATION_ROLE_LIST: { id: number; name: string; label: string; }[]; export declare const PROJECT_CHOOSE_TYPE: { id: number; name: string; label: string; }[]; export declare const DIRECTORY_LIST: { id: number; name: string; label: string; isShow: boolean; color: string; }[]; export declare const CONVERT_STATUS: { unconverted: number; converting: number; convertSuccessful: number; convertFailed: number; }; export declare const STRUCTURE_TREE_LIST: { id: number; name: string; }[]; export declare const MEMBER_BENEFITS: { id: number; name: string; img: string; }[]; export declare const MEMBER_TYPE_LIST: { id: number; name: string; }[]; export declare const PROVOLEGE_LIST: { id: number; name: string; }[]; export declare const LINE_WEIGHT_LIST: { id: number; size: string; }[]; export declare const TIPS_COLOR: { id: number; color: string; }[]; export declare const FONT_SIZE_LIST: { id: number; name: string; label: string; fontSize: string; }[]; export declare const COMMENT_TOOL_LIST: { id: number; name: string; label: string; buttontype: string; img: string; imgActive: string; svg: string; svgActive: string; isShow: boolean; }[]; export declare const TOOL_BAR_LIST: { id: number; name: string; isShowDelimiter: boolean; img: string; imgActive: string; }[]; export declare const TOOL_BAR_APP_LIST: { id: number; code: string; name: string; isShowDelimiter: boolean; img: string; imgActive: string; }[]; export declare const TOOL_BAR_APP_SHARED_LIST: { id: number; code: string; name: string; isShowDelimiter: boolean; img: string; imgActive: string; }[]; export declare const BG_COLOR_APP_LIST: { id: number; name: string; color: string; rgb: number[]; }[]; export declare const BG_COLOR_LIST: { id: number; name: string; label: string; color: string; rgb: number[]; }[]; export declare const ENJOY_MEMBER_LIST: { id: number; name: string; label: string; }[]; export declare const VALIDITY_PERIOD_LIST: { id: string; name: string; label: string; }[]; export declare const ROLE_LIST: { id: number; name: string; label: string; }[]; export declare const MEASUREMENT: { id: number; code: string; name: string; label: string; img: string; imgActive: string; svg: string; svgActive: string; }[]; export declare const SCREEN_LIST: ({ id: number; name: string; width: string; height: string; label?: undefined; } | { id: number; label: string; name?: undefined; width?: undefined; height?: undefined; })[]; export declare const NAVIGATE_LIST: { id: number; code: string; name: string; label: string; dir_num: number; img: string; imgActive: string; }[]; export declare const ANNOTATION_LIST: { id: number; code: AnnoType; name: string; okType: string; img: string; img_active: string; imgActive: string; }[]; export declare const HIDDEN_LIST: { id: number; name: string; img: string; img_active: string; }[];