import { ListState } from 'react-stately'; import { UseGridListProps } from '../../types/gridList'; declare const useGridList: (props: UseGridListProps) => { collectionProps: import("react").HTMLAttributes; dragState: import("@react-stately/dnd").DraggableCollectionState; dropState: import("@react-stately/dnd").DroppableCollectionState; gridListItemProps: { dragState: import("@react-stately/dnd").DraggableCollectionState; dropState: import("@react-stately/dnd").DroppableCollectionState; isReorderable: boolean | undefined; shouldSelectOnPressUp: boolean | undefined; state: ListState; }; gridProps: import("@react-types/shared").DOMAttributes; state: ListState; }; export default useGridList;