/// import { TransferProps, TransferData } from './type'; declare function Transfer(props: TransferProps): JSX.Element; declare const _default: typeof Transfer; export default _default;