///
import { FiltersMap } from '@wix/bex-core';
import { GridBaseState } from '../../state';
declare function setStateObject({ state, modalsContainerRef, }: {
state: GridBaseState;
modalsContainerRef: {
current: HTMLElement | null | undefined;
};
}): void;
export declare const GridDragAndDrop: {
SortableContext: ((props: import("./GridSortableContext").GridSortableContextProps) => import("react").JSX.Element) & {
displayName: string;
};
DraggableCard: ((props: import("../DragAndDrop").DraggableCardProps) => import("react").JSX.Element) & {
displayName: string;
};
DraggableCardOverlay: ((props: import("../DragAndDrop").DraggableCardOverlayProps) => import("react").ReactPortal) & {
displayName: string;
};
setStateObject: typeof setStateObject;
};
export {};
//# sourceMappingURL=GridDragAndDrop.d.ts.map