import type { HTMLAttributes } from 'react';
interface DragHandleProps extends HTMLAttributes<HTMLSpanElement> {
    isDragging?: boolean;
}
/**
 * Renders an SVG drag handle.
 *
 * @param {object} props The prop object.
 * @returns {*} React JSX
 */
export declare const DragHandle: React.FC<DragHandleProps>;
export {};
//# sourceMappingURL=index.d.ts.map