import type { IAnimationTypeConfig } from '@visactor/vgrammar-core';
import type { IScatterAnimationParams, ScatterAppearPreset } from './interface';
export declare const scatterPresetAnimation: (_params: IScatterAnimationParams, preset: ScatterAppearPreset) => IAnimationTypeConfig;
export declare const registerScatterAnimation: () => void;
