import { AnimationGenerator } from "@motionone/types"; import { GlideOptions } from "./types"; export declare const glide: ({ from, velocity, power, decay, bounceDamping, bounceStiffness, changeTarget, min, max, restDistance, restSpeed, }: GlideOptions) => AnimationGenerator; //# sourceMappingURL=index.d.ts.map