import { ISimpleAnimation } from './types'; /** * * @category Utilities * @export * @param {Array} simpleAnimations * @return {*} {(((currentTime: number) => string | number | Array | undefined) | undefined)} */ export declare function composeAnimations(simpleAnimations: Array): ((currentTime: number) => string | number | Array | undefined) | undefined; //# sourceMappingURL=composeAnimations.d.ts.map