import { IAnimatedProperties } from "./KeyframesGenerator"; import Animation from "./Animation"; export declare function createAnimation(animatedProperties: IAnimatedProperties): Animation;