import { type ChartProps } from '../index.js';
declare const Chart: import("svelte").Component<ChartProps<any>, {}, "">;
type Chart = ReturnType<typeof Chart>;
export default Chart;
