///
import { CustomColumnsDragAndDropState } from '../../state/CustomColumnsDragAndDropState';
export declare const CustomColumnsDragAndDrop: {
CustomColumnsDragAndDropState: typeof CustomColumnsDragAndDropState;
ListDragAndDropContext: ((props: import("../ListDragAndDrop/ListDragAndDropContext").ListDragAndDropContextProps) => JSX.Element) & {
displayName: string;
};
DraggableListItem: ((props: import("../DragAndDrop").DraggableCardProps) => JSX.Element) & {
displayName: string;
};
DraggableListItemOverlay: ((props: import("../DragAndDrop").DraggableCardOverlayProps) => import("react").ReactPortal) & {
displayName: string;
};
};
//# sourceMappingURL=CustomColumnsDragAndDrop.d.ts.map