import { IWebApp } from '@edifice.io/client'; export declare const DraggableCard: ({ app, type, name, }: { app?: IWebApp; type: "folder" | "resource"; name?: string; }) => import("react/jsx-runtime").JSX.Element;