import type { IAnimationTypeConfig } from '@visactor/vgrammar-core';
import type { AreaAppearPreset, IAreaAnimationParams } from './interface';
export declare function areaPresetAnimation(params: IAreaAnimationParams, preset: AreaAppearPreset | boolean): IAnimationTypeConfig;
export declare const registerAreaSeriesAnimation: () => void;
