/// <reference types="react" />
import { type TransferBaseProps } from "./TransferBase";
export interface TransferProps extends TransferBaseProps {
}
export declare const Transfer: import("react").MemoExoticComponent<import("@formily/react").ReactFC<TransferProps>>;
