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