import { type PropsWithChildren } from "react"; type Props = PropsWithChildren<{}>; export declare function DraggingWrapper({ children }: Props): any; export {};