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