import type { GenerateChartCellContext } from '../../type';
export declare const animationPie: (context: GenerateChartCellContext) => {
    spec: any;
};
