import type { IAnimationTypeConfig } from '@visactor/vgrammar-core';
import type { TreemapAppearPreset } from './interface';
export declare const treemapPresetAnimation: (preset: TreemapAppearPreset) => IAnimationTypeConfig;
export declare const registerTreemapAnimation: () => void;