import { TransferProps } from 'antd'; import './style/index.less'; export interface DTransferProps { children: any; } declare function DTransfer(props: TransferProps & DTransferProps): JSX.Element; export default DTransfer;