import { DraggableProps } from './interface';
export default function Draggable(props: DraggableProps): JSX.Element;
