import type { KeyWise, TransferProps } from '..'; declare function useData(dataSource?: RecordType[], rowKey?: TransferProps['rowKey'], targetKeys?: string[]): KeyWise[][]; export default useData;