import React from 'react';
import { TransferProps } from './interface';
declare const TransferComponent: React.ForwardRefExoticComponent<TransferProps & React.RefAttributes<unknown>>;
export default TransferComponent;
export { TransferProps };
