import type { IAnimate, IGraphic } from '@visactor/vrender-core';
export declare function buildAnimationStaticCommitAttrs(target: IGraphic, keys: string[], animate?: IAnimate, fallbackAttrs?: Record<string, any>): Record<string, any> | null;
export declare function commitAnimationStaticAttrs(target: IGraphic, keys: string[], animate?: IAnimate, fallbackAttrs?: Record<string, any>): boolean;
