export default SortableColumns; declare function SortableColumns({ className, style, children, moveColumn, sortedItemsFull }: { className: any; style: any; children: any; moveColumn: any; sortedItemsFull: any; }): import("react/jsx-runtime").JSX.Element;