import type { AreaChartProps } from './index.js'; declare const AreaChart: import("svelte").Component; type AreaChart = ReturnType; export default AreaChart;