import type { IAnimationTypeConfig } from '../../animation/interface'; import type { CirclePackingAppearPreset } from './interface'; export declare const circlePackingPresetAnimation: (preset: CirclePackingAppearPreset) => IAnimationTypeConfig; export declare const registerCirclePackingAnimation: () => void;