///
export declare const TableGridSwitchDragAndDrop: {
grid: {
SortableContext: ((props: import("../GridDragAndDropDndKit/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: ({ state, modalsContainerRef, }: {
state: import("../../state").GridBaseState;
modalsContainerRef: {
current: HTMLElement | null | undefined;
};
}) => void;
};
table: import("../TableDragAndDrop").TableDragAndDropType;
};
//# sourceMappingURL=TableGridSwitchDragAndDrop.d.ts.map