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