import { MotionValue } from 'framer-motion'; import { SpringProps } from 'popmotion'; export declare const createUpdateableSpring: (defaultVal: number, config?: SpringProps) => { value: MotionValue; update: (config: SpringProps | false) => void; reset: () => void; }; //# sourceMappingURL=createUpdateableSpring.d.ts.map