import React from 'react'; import type { DraggableListProps } from '../decs'; declare const DraggableList: React.FC; export type { DraggableListProps } from '../decs'; export default DraggableList; //# sourceMappingURL=DraggableList.d.ts.map