import { DragHandleWrapperProps } from './interfaces'; export default function DragHandleWrapper({ directions, tooltipText, children, onDirectionClick, triggerMode, initialShowButtons, controlledShowButtons, wrapperClassName, hideButtonsOnDrag, clickDragThreshold }: DragHandleWrapperProps): JSX.Element;