import { ISimpleAnimation, TAnimation } from './types'; /** * Create TAnimation from object * * @category Animation * @param simpleAnimation * @returns */ export declare function createAnimation(simpleAnimation: ISimpleAnimation): TAnimation | undefined; //# sourceMappingURL=createAnimation.d.ts.map