import React from 'react';
import type { LmDragProps } from '..';
declare const DndContainer: ({ options, rowKey, children, move, activationConstraint }: LmDragProps) => React.JSX.Element;
export default DndContainer;
