import type { DragLayerMonitor } from '../types/index.js'; /** * useDragLayer Hook * @param collector The property collector */ export declare function useDragLayer(collect: (monitor: DragLayerMonitor) => CollectedProps): CollectedProps;