import type { IAnimationTypeConfig } from '@visactor/vgrammar-core';
import type { HeatmapAppearPreset } from './interface';
export declare function heatmapPresetAnimation(preset: HeatmapAppearPreset | boolean): IAnimationTypeConfig;
export declare const registerHeatmapAnimation: () => void;
