import { SpringValue } from '@react-spring/web'; export declare const svgNodeTransform: (x: SpringValue, y: SpringValue) => import("@react-spring/core").Interpolation; export declare const htmlNodeTransform: (x: SpringValue, y: SpringValue) => import("@react-spring/core").Interpolation; export declare const svgLabelTransform: (x: SpringValue, y: SpringValue, rotation: SpringValue) => import("@react-spring/core").Interpolation; export declare const htmlLabelTransform: (x: SpringValue, y: SpringValue, rotation: SpringValue) => import("@react-spring/core").Interpolation; export declare const htmlParentLabelTransform: (x: SpringValue, y: SpringValue, rotation: SpringValue) => import("@react-spring/core").Interpolation; //# sourceMappingURL=transitions.d.ts.map