import { DropTargetMonitor } from '../target-monitor';
export declare function createTargetMonitor(manager: any): DropTargetMonitor;
