import { Group } from "@ndbx/g";
import * as vega from "vega";
export declare function vegaToShape(spec: vega.Spec): Group;
