import { type IGraphic } from '@visactor/vrender-core'; export declare function commitUpdateAnimationTarget(graphic?: IGraphic, targetAttrs?: Record, startAttrs?: Record): void;