import type { FC, PropsWithChildren } from 'react'; declare type Props = { isLeaf?: boolean; nodeId: string; }; declare const Draggable: FC>; export default Draggable; //# sourceMappingURL=index.d.ts.map