///
import { SetState } from 'ahooks/es/useSetState';
import { ProTableBuiltInActionType, ProTableTableActionType, ProTableBuiltInIconActionNames } from './types';
export default function useIconActions(): {
iconActions: Record;
iconActionConfigs: ProTableTableActionType[];
setIconActions: SetState>;
renderIconActions: () => JSX.Element;
};