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