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