declare const SourceMap: { custom: string; object: string; service: string; funcComp: string; dependency: string; }; declare const TAG_COLORS: { object: { color: string; label: string; }; service: { color: string; label: string; }; custom: { color: string; label: string; }; dependency: { label: string; color: string; }; }; declare const TAG_COLORS_TABLE: { object: { color: string; label: string; }; service: { color: string; label: string; }; custom: { color: string; label: string; }; dependency: { label: string; color: string; }; }; declare const SourceOptions: { icon: string; name: string; key: string; desc: string; }[]; declare const StepsMap: { object: string[]; service: string[]; custom: string[]; funcComp: string[]; dependency: string[]; }; declare const AttrTypes: { long: string; number: string; array: string; map: string; string: string; }; declare const PAGE_ALL_DATA_SROUCE_TEXT = "\u6570\u636E\u6E90"; declare const PAGE_ALL_DATA_SOURCE_EXPRESS = "$data$"; declare const PAGE_SPECIFIC_DATA_SOURCE_EXPRESS_PREFIX = "$data."; declare const GLOBAL_ALL_DATA_SROUCE_TEXT = "\u5168\u5C40\u6570\u636E\u6E90"; declare const GLOABL_ALL_DATASOURCE_EXPRESS = "$globalData$"; declare const GLOABL_SPECIFIC_DATA_SOURCE_EXPRESS_PREFIX = "$globalData$"; export { StepsMap, SourceOptions, AttrTypes, SourceMap, TAG_COLORS, PAGE_ALL_DATA_SROUCE_TEXT, PAGE_ALL_DATA_SOURCE_EXPRESS, PAGE_SPECIFIC_DATA_SOURCE_EXPRESS_PREFIX, GLOABL_ALL_DATASOURCE_EXPRESS, GLOABL_SPECIFIC_DATA_SOURCE_EXPRESS_PREFIX, GLOBAL_ALL_DATA_SROUCE_TEXT, TAG_COLORS_TABLE, };