import type { IGroup } from '@visactor/vrender-core'; import { AnimateMode } from '@visactor/vrender-core/event/constant'; import { ACustomAnimate } from '@visactor/vrender-animate/custom/custom-animate'; export declare class GroupTransition extends ACustomAnimate { target: IGroup; private _newElementAttrMap; private _started; mode: AnimateMode; onBind(): void; onStart(): void; onUpdate(end: boolean, ratio: number, out: Record): void; }