import type { IAnimationEffectTiming, IElement } from '@antv/g-lite'; export declare function convertEffectInput(keyframes: ComputedKeyframe[], timing: IAnimationEffectTiming, target: IElement | null): (target: IElement, fraction: number) => void; //# sourceMappingURL=interpolation.d.ts.map