import { DragLayerCollector, DndComponentEnhancer, DndOptions } from './types'; /** * @param collect The props collector function * @param options The DnD options */ export declare function DragLayer(collect: DragLayerCollector, options?: DndOptions): DndComponentEnhancer;