import type { DndMonitorListener } from './types'; export declare function useDndMonitor(listener: DndMonitorListener): void;