import { FC } from 'react';
import { DraggableProps } from './types';
declare const TreeDraggable: FC<DraggableProps>;
export default TreeDraggable;
