import * as React from 'react'; import { UseDragDropListsProps } from './hooks'; export declare type DnDListsProps = UseDragDropListsProps; export declare const DnDLists: React.FC;