import ApexCharts from 'apexcharts'; import { ElementProperty } from '../../../property/element-property'; export declare class ChartProperty extends ElementProperty { apexChart: ApexCharts | any; }