import { IPieChart } from './Pie'; export interface IDoughnutChart extends Omit { type: "doughnut", cutout?: number, }