import { FC } from 'react'; import { DragItemProps } from '../interface'; import './index.less'; declare const DragItem: FC; export default DragItem;