import type { ApexOptions } from 'apexcharts';
interface ChartProps {
    options: ApexOptions;
    class?: string;
}
export { type ChartProps };
