import type { IAnimationTypeConfig } from '../../../animation/interface'; import type { ISunburstAnimationParams, SunburstAppearPreset } from './interface'; export declare const sunburstPresetAnimation: (_params: ISunburstAnimationParams, preset: SunburstAppearPreset) => IAnimationTypeConfig;