/** * Internal dependencies */ import type { AnimationProviderState, ElementId } from './types'; declare function generateKeyframesMap(targets: ElementId[], getAnimationParts: AnimationProviderState['actions']['getAnimationParts']): { [k: string]: import("..").Keyframes; }; export default generateKeyframesMap; //# sourceMappingURL=generateKeyframesMap.d.ts.map