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