import { VegaLiteChart } from './index.js'; export declare class BarChart extends VegaLiteChart { constructor(data: Record[], x?: string, y?: string); } //# sourceMappingURL=bar-chart.d.ts.map