import type { IArcMark } from '../../../mark/interface';
import type { IAnimationTimeline, IAnimationTypeConfig } from '../../../animation/interface';
export declare function centerOffsetConfig(mark: IArcMark, originalConfig: IAnimationTypeConfig): IAnimationTimeline;