import { default as React } from 'react'; interface DragHandleProps { isDragging?: boolean; [key: string]: unknown; } export declare const DragHandle: React.ForwardRefExoticComponent & React.RefAttributes>; export {};