import { DndOptions } from '../index'; import { DragLayerCollector, DndComponentEnhancer } from './interfaces'; export declare function DragLayer(collect: DragLayerCollector, options?: DndOptions): DndComponentEnhancer;