/** * Returns a callback which given a delta in pixels, will apply the pan interaction and update the state accordingly */ export declare const useApplyPanDelta: () => (delta: number) => void;