import { IColumnChart } from "./Column"; export interface IStackedColumnChart extends Omit { type: "stacked-column", }