import React from 'react'; import { UseReorderableCollectionProps } from '../../types/dnd'; declare const useReorderableCollection: (props: UseReorderableCollectionProps) => { collectionProps: React.HTMLAttributes; dragState: import("@react-stately/dnd").DraggableCollectionState; dropState: import("@react-stately/dnd").DroppableCollectionState; state: import("react-stately").ListState; }; export default useReorderableCollection;