import { OurComponentInstance } from '../utils'; import { FatDragItemEvents, FatDragItemMethods, FatDragItemProps, FatDragItemSlots } from './type'; export declare const FatDragItem: new (props: FatDragItemProps) => OurComponentInstance; //# sourceMappingURL=fat-drag-item.d.ts.map