import type { GenerateChartCellContext } from '../../type';
export declare const liquidField: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const liquidStyle: (context: GenerateChartCellContext) => {
    spec: any;
};
export declare const pipelineLiquid: ((context: GenerateChartCellContext) => {
    spec: any;
})[];
