import { MotionValue } from 'framer-motion'; import { RefObject } from 'react'; export declare function useScrollProgress({ ref, motionValue, direction, }: { ref: RefObject; motionValue?: MotionValue; direction: 'x' | 'y'; }): MotionValue; export declare function useScrollOffset({ ref }: { ref: any; }): MotionValue; //# sourceMappingURL=useScrollProgress.d.ts.map