import { ReactElement } from 'react';
import { IDragAndDropProps } from '@/components/drag-and-drop/types/IDragAndDropProps';
export declare function DragAndDropColumns({ initialItems }: IDragAndDropProps): ReactElement;
