import type { AMPEffectTiming, Keyframes } from '../types'; import type { AnimationPart } from './types'; declare function createAnimation(keyframes: T, timings: AMPEffectTiming, useClippingContainer?: boolean, targetLeafElement?: boolean): AnimationPart; export default createAnimation; //# sourceMappingURL=createAnimation.d.ts.map