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