import { SpringValue } from "react-spring"; export declare const defaultSpring: { x: number; y: number; }; export declare const defaultSpringValue: { x: SpringValue; y: SpringValue; };