import type { ChartProps } from './type';
import Chart from './Chart.svelte';
export { Chart, type ChartProps };
