import { IAnimation } from "./Animation"; import BlendedAnimation from "./BlendedAnimation"; export declare function createTransitionAnimation(fromAnimation: IAnimation, toAnimation: IAnimation, duration: number): BlendedAnimation;