import type { TransferProps } from './transfer'; export declare const useComputedData: (props: TransferProps) => { propsKey: any; sourceData: any; targetData: any; };