/// export declare const BATCH_ACTION: { sysSetVisible: string; sysSetValue: string; sysSetDisable: string; sysSetRequired: string; setVisible: string; setDisable: string; setValue: string; setRequired: string; setMobileValue: string; sysSetState: string; }; export declare const useActionList: ({ todoActionList, setIgActionModalVisible, setDefaultSelectedIgAction, changeEventData, isMobile, selectedComp, selectedPage, currData, setCurrData, eventDataMap, isUsedOldFlow, setMergeVisible, mergeCancel, curCloseKeys, setCurCloseKeys, actionLimit, }: any) => { otherActions: ({ label: string; key: string; classify: string; children?: undefined; } | { label: string; key: string; classify: string; children: { key: string; label: string; todoOptions: string[]; }[]; })[]; getActionList: (value: any) => import("@lingxiteam/types").TodoAction[]; onSelected: (data: any, classify: string, c?: any, forceTarget?: any) => Promise; scrollToHighlightText: () => void; judgeIsMerge: (curItem: any, children?: any, isShow?: boolean) => any; judgeIsSysAction: (value: any) => boolean; transValue: (_value: any) => any; compActionModalVisible: boolean; setCompActionModalVisible: import("react").Dispatch>; mergeBatchAction: (params: { curItem: any; children?: any; targetNode?: any; showTips?: boolean | undefined; shieldingNodes?: { [dataId: string]: any; } | undefined; }) => any; scrollEventTree: (newData: any) => void; };