export function CellDragHandle({ thisTable, onDragEnd, cellId, isSelectionARectangle }: { thisTable: any; onDragEnd: any; cellId: any; isSelectionARectangle: any; }): import("react/jsx-runtime").JSX.Element;