declare const motion: any; declare const m: any; declare function AnimatePresence({ children }: any): any; declare function LazyMotion({ children }: any): any; declare function MotionConfig({ children }: any): any; declare function LayoutGroup({ children }: any): any; declare function useInView(): boolean; declare function useReducedMotion(): boolean; declare function useAnimation(): { start: () => Promise; stop: () => void; }; declare function useMotionValue(val: any): { get: () => any; set: () => void; on: () => () => void; }; declare function useTransform(): { get: () => number; set: () => void; }; declare function useScroll(): { scrollY: { get: () => number; }; scrollYProgress: { get: () => number; }; }; declare function useSpring(val: any): any; declare function domAnimation(): void; declare function domMax(): void; declare const framerMotion_AnimatePresence: typeof AnimatePresence; declare const framerMotion_LayoutGroup: typeof LayoutGroup; declare const framerMotion_LazyMotion: typeof LazyMotion; declare const framerMotion_MotionConfig: typeof MotionConfig; declare const framerMotion_domAnimation: typeof domAnimation; declare const framerMotion_domMax: typeof domMax; declare const framerMotion_m: typeof m; declare const framerMotion_motion: typeof motion; declare const framerMotion_useAnimation: typeof useAnimation; declare const framerMotion_useInView: typeof useInView; declare const framerMotion_useMotionValue: typeof useMotionValue; declare const framerMotion_useReducedMotion: typeof useReducedMotion; declare const framerMotion_useScroll: typeof useScroll; declare const framerMotion_useSpring: typeof useSpring; declare const framerMotion_useTransform: typeof useTransform; declare namespace framerMotion { export { framerMotion_AnimatePresence as AnimatePresence, framerMotion_LayoutGroup as LayoutGroup, framerMotion_LazyMotion as LazyMotion, framerMotion_MotionConfig as MotionConfig, framerMotion_domAnimation as domAnimation, framerMotion_domMax as domMax, framerMotion_m as m, framerMotion_motion as motion, framerMotion_useAnimation as useAnimation, framerMotion_useInView as useInView, framerMotion_useMotionValue as useMotionValue, framerMotion_useReducedMotion as useReducedMotion, framerMotion_useScroll as useScroll, framerMotion_useSpring as useSpring, framerMotion_useTransform as useTransform }; } export { AnimatePresence as A, LayoutGroup as L, MotionConfig as M, LazyMotion as a, domMax as b, motion as c, domAnimation as d, useInView as e, framerMotion as f, useMotionValue as g, useReducedMotion as h, useScroll as i, useSpring as j, useTransform as k, m, useAnimation as u };