import { FiltersMap } from '@wix/bex-core'; import { DragAndDropBaseStateParams, DragAndDropState, DragItemOver } from './DragAndDropState'; interface NestedDragAndDropStateParams extends DragAndDropBaseStateParams { } export declare class NestedDragAndDropState { dnd: DragAndDropState; parentCollection: import("./DragAndDropState").DragAndDropCollection; constructor(params: NestedDragAndDropStateParams); _move(ev: { over: DragItemOver | null; }): void; init(params: { a11yContainer?: HTMLElement | null | undefined; }): () => void; } export {}; //# sourceMappingURL=NestedDragAndDropState.d.ts.map