import { ILineChart } from "./Line"; export interface IAreaChart extends Omit { type: "area", }