import { OnDestroy, OnInit } from '@angular/core'; import { ApexChartComponent } from './lib/apex-chart/chart.component'; import { VtsChartDataLabels, VtsChartLegend, VtsChartOptions, VtsChartPlotOptions, VtsChartStates, VtsChartStroke, VtsDonutOptions } from './typings'; import * as i0 from "@angular/core"; export declare class VtsDonutChartComponent implements OnDestroy, OnInit { vtsOptions: VtsChartOptions; donutChartOptions: VtsDonutOptions; chart: ApexChartComponent; get plotOptions(): VtsChartPlotOptions; get dataLabels(): VtsChartDataLabels; get stroke(): VtsChartStroke; get legend(): VtsChartLegend; get states(): VtsChartStates; private destroy$; constructor(); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }