/** * Modifed from the `vg2svg` file. * @param spec The vega code. */ export declare function toSVG(spec?: string, baseURL?: string): Promise;