| 1234 |
- import type { DisplayObject } from '../shapes';
- import type { GenericAnimation } from '../animation';
- import { type Interpolatable } from './interpolate';
- export declare function keyframeInterpolate<T extends Interpolatable>(element: DisplayObject, from: T, to: T, options: GenericAnimation): import("@antv/g-lite").IAnimation | null;
|