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