export { default as NTransfer } from './src/Transfer'; export type { TransferProps } from './src/Transfer'; export type { Option as TransferOption } from './src/interface';