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