export declare function useStopMovePropagate(ref: React.RefObject, immediate?: boolean): { readonly on: () => void; readonly off: () => void; };