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