import { Spec } from 'vega'; import { VisAdapter } from 'olli'; /** * Adapter function that breaks down a Vega visualization into it's basic visual grammar * @param spec The Vega Specification used to generate the visualization * @returns the {@link OlliVisSpec}, the non-concrete visualization information that can be later used to * generate the Accessibility Tree Encoding */ export declare const VegaAdapter: VisAdapter; //# sourceMappingURL=VegaAdapter.d.ts.map