import { ChildrenRef, SpringProp } from '../../types'; interface Options { ref: ChildrenRef; scale: number; spring: SpringProp; } export declare const useCore: ({ ref, scale, spring }: Options) => { height: number; width: number; scrollX: import("framer-motion").MotionValue; scrollXProgress: import("framer-motion").MotionValue; scrollY: import("framer-motion").MotionValue; scrollYProgress: import("framer-motion").MotionValue; x: import("framer-motion").MotionValue; y: import("framer-motion").MotionValue; }; export {};