import { ApexOptions } from 'apexcharts';
export type ChartOptions = ApexOptions;
type __VLS_Props = {
    series: any[];
    options?: ChartOptions;
    type?: ApexChart["type"];
    width?: string | number;
    height?: string | number;
};
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
    type: "area" | "line" | "bar" | "pie" | "donut" | "radialBar" | "scatter" | "bubble" | "heatmap" | "candlestick" | "boxPlot" | "radar" | "polarArea" | "rangeBar" | "rangeArea" | "treemap";
    options: ChartOptions;
    height: string | number;
    width: string | number;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {
    chartContainer: HTMLDivElement;
}, HTMLDivElement>;
export default _default;
