import type { TransferProps } from '..'; import type { AnyObject } from '../../_util/type'; import type { TransferKey } from '../interface'; declare const useData: (dataSource?: RecordType[], rowKey?: TransferProps["rowKey"], targetKeys?: TransferKey[]) => RecordType[][]; export default useData;