import { OnDestroy, OnInit } from '@angular/core'; import { VtsGridModule } from '@ui-vts-kit/ng-vts/grid'; import { ApexChartComponent } from './lib/apex-chart/chart.component'; import { VtsChart, VtsChartDataLabels, VtsChartLegend, VtsChartOptions, VtsChartPlotOptions, VtsChartXAxis, VtsChartYAxis } from './typings'; import * as i0 from "@angular/core"; export declare class VtsVerticalGroupedChartComponent implements OnDestroy, OnInit { vtsOptions: VtsChartOptions; chart: ApexChartComponent; get plotOptions(): VtsChartPlotOptions; get dataLabels(): VtsChartDataLabels; get legend(): VtsChartLegend; get grid(): VtsGridModule; get _chart(): VtsChart; get _xaxis(): VtsChartXAxis; get _yaxis(): VtsChartYAxis; private destroy$; constructor(); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }