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