import { type JSX, type ReactNode } from 'react'; export declare function ColumnOrderDragAndDropContext({ children, }: Readonly<{ children: ReactNode; }>): JSX.Element;