export default class DoughnutOptions { width: number; height: number; doughnutRatio: number; data: Promise; iconUrl?: string; }