export declare const GLOBAL_SEARCH_CODES: { PAGE_COMP_ID: string; PAGE_COMP: string; PAGE_EVENT: string; PAGE_ACTION: string; PAGE_DS: string; PAGE_CODE_BLOCK: string; CUSTOM_FUNCTION: string; }; export declare const GLOBAL_SEARCH_COND_MENU: { label: string; value: string; }[]; export declare const GLOBAL_SEARCH_LABELTYPE_OBJ: { PAGE: { label: string; backgroundColor: string; color: string; }; PAGE_COMPONENT: { label: string; backgroundColor: string; color: string; }; PAGE_DS: { label: string; backgroundColor: string; color: string; }; PAGE_ACTION: { label: string; backgroundColor: string; color: string; }; PAGE_EVENT: { label: string; backgroundColor: string; color: string; }; CUSTOM_FUNCTION: { label: string; backgroundColor: string; color: string; }; }; export declare const GLOBAL_SEARCH_SUBLABEL_OBJ: { PAGE_DS_REQ_ATTR: { label: string; }; PAGE_DS_RESP_ATTR: { label: string; }; PAGE_ACTION_PROP: { label: string; }; PAGE_ACTION_ATTR: { label: string; }; PAGE_COMPONENT_PROP: { label: string; }; };