import { ChartInput } from "../types.js"; export declare function generateAreaChart(input: ChartInput): string; //# sourceMappingURL=area.d.ts.map