import type { AnimationExecutor } from './types'; /** * 动画语法执行器 * * Animation syntax executor * @param element - 要执行动画的图形 | shape to execute animation * @param keyframes - 动画关键帧 | animation keyframes * @param options - 动画语法 | animation syntax * @returns 动画实例 | animation instance */ export declare const executor: AnimationExecutor;