import { type AnimatedXAnimationFunctionReturn } from '@arwes/animated'; import type { FrameSettingsElement } from '../types.js'; declare const transitionFrameElements: (parent: SVGElement, contexts: Record, animations: Map>, elementsSettings: FrameSettingsElement[]) => void; export { transitionFrameElements };