export declare const usePanGestureCount: () => {
    isPanning: () => boolean;
    startPan: () => number;
    endPan: () => number | false;
};
//# sourceMappingURL=usePanGestureCount.d.ts.map