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