import type { TransferItem, TransferProps } from './types'; export declare function Transfer>(props: TransferProps): React.ReactElement | null;