import { type AnimationInputWithPreset, type Element } from '../types'; import type { AnimationPart } from './types'; declare function createAnimationPart(animationWithPreset: AnimationInputWithPreset, element: Element): AnimationPart; export default createAnimationPart; //# sourceMappingURL=createAnimationPart.d.ts.map