export declare function usePointerHold(onStart: () => void, onCommit: () => void): (event: React.PointerEvent) => void;