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