import { RefObject } from 'react';
export declare function useCircularDrag(ref: RefObject<SVGElement | null>): {
    isDragging: boolean;
};
