declare const SourceMap: { custom: string; object: string; service: string; funcComp: string; }; declare const TAG_COLORS: { object: { color: string; label: string; }; service: { color: string; label: string; }; custom: { color: string; label: string; }; }; declare const SourceOptions: { icon: string; name: string; key: string; desc: string; }[]; declare const StepsMap: { object: string[]; service: string[]; custom: string[]; funcComp: string[]; }; declare const AttrTypes: { long: string; number: string; array: string; map: string; string: string; }; declare const tabsMap: { BASIC: string; FILTER: string; DEPENDENCY: string; }; export { StepsMap, SourceOptions, AttrTypes, SourceMap, TAG_COLORS, tabsMap };