import { DuoyunChartBaseElement } from './base/chart'; /** * @customElement dy-donut-chart */ export declare class DuoyunDonutChartElement extends DuoyunChartBaseElement { #private; label: string; total: string; sequences?: { label: string; value: number; }[]; stageWidth: number; stageHeight: number; willMount: () => void; mounted: () => () => void; render: () => import("lit-html/lib/template-result").TemplateResult; } //# sourceMappingURL=donut-chart.d.ts.map