import type { GenerateChartCellContext } from '../../type';
export declare const revisedVChartType: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const data: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const arrayData: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const discreteLegend: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const theme: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const color: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const commonLabel: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const indicator: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const sunburstOrTreemapField: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare function onlyUnique(value: any, index: number, array: any): boolean;
export declare const oneByOneDelayFunc: (delay: number) => (datum: any) => number;
export declare const animationOneByOne: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const animationCartisianLine: (context: GenerateChartCellContext) => {
    spec: any;
};
