import type { DisplayObject } from '../shapes'; import type { GenericAnimation } from '.'; export default function (element: DisplayObject, options: GenericAnimation): import("@antv/g-lite").IAnimation | null;