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