import { ExternalDatasets } from '@retikz/data'; import { LowerPlotsOptions } from '@retikz/plot'; import { VanillaTier2Adapter } from '@retikz/vanilla'; import { PlotEmbedProps } from '../spec'; /** 创建共享 datasets 与 lowering options 的 Plot Vanilla Tier2 adapter */ export declare const createPlotAdapter: (datasets: ExternalDatasets, options?: LowerPlotsOptions) => VanillaTier2Adapter; //# sourceMappingURL=plot-adapter.d.ts.map