export default function DraggableBox({ children }: {
    children: any;
}): import("react/jsx-runtime").JSX.Element;
