export declare function setDragLock(axis: boolean | "x" | "y" | "lockDirection"): (() => void) | null;
