import { VisAdapter } from 'olli'; /** * Observable-Plot does not have any exported types */ type ObservablePlotSpec = any; /** * * Adapter to deconstruct ObservablePlot visualizations into an {@link OlliVisSpec} * @param plot The ObservablePlot spec to render the visualization * @returns the generated {@link OlliVisSpec} */ export declare const ObservablePlotAdapter: VisAdapter; export {}; //# sourceMappingURL=ObservablePlotAdapter.d.ts.map