/// import './index.less'; interface BatchMovingProps { visible: boolean; onCancel: () => void; onOk: (data?: any) => void; colData: any[]; title?: string; rowKey?: string; labelKey?: string; codeKey?: string; wrapRef?: any; } declare const BatchMovingColModal: (props: BatchMovingProps) => JSX.Element; export default BatchMovingColModal;