export default renderChartMethod; /** * Render the Vega-Lite chart using vega-embed with a spec and (optionally) dataValues * * @param {import("../../main").EOxChart} EOxChart The eox-chart instance * @param {import("vega-embed").VisualizationSpec} spec * @param {Object=} dataValues * */ declare function renderChartMethod(EOxChart: import("../../main").EOxChart, spec: import("vega-embed").VisualizationSpec, opt: any, dataValues?: any | undefined): void; //# sourceMappingURL=render-chart.d.ts.map