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