export interface KanbanDragEndItemEvent { item: T; fromStage?: S; toStage?: S; } //# sourceMappingURL=KanbanDragEndEvent.d.ts.map