import { IBarChart } from "./Bar"; export interface IPercentBarChart extends Omit { type: "percent-bar", }