import { DragLayerMonitor } from 'react-dnd'; /** * useDragLayer Hook * @param collector The property collector */ export declare function useDragLayer(collect: (monitor: DragLayerMonitor) => CollectedProps): CollectedProps;