import { type DraggableProps, type UseDraggableProps } from '../../../hooks/useDraggableWithDomApi'; import type { HTMLAttributesWithRootRef } from '../../../types'; interface CellDraggerProps extends UseDraggableProps, Omit, keyof DraggableProps> { disabled?: boolean; onDragStateChange?: (dragging: boolean) => void; } export declare const CellDragger: ({ elRef, disabled, className, onDragStateChange, onDragFinish, children, ...restProps }: CellDraggerProps) => React.ReactNode; export {}; //# sourceMappingURL=CellDragger.d.ts.map