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